From a7fd12037e2bd311c6957fcad6c3ffbde8bba865 Mon Sep 17 00:00:00 2001 From: JulioAPeraza Date: Wed, 24 Apr 2024 16:50:44 -0400 Subject: [PATCH] Switch to macos-12 per https://github.com/actions/setup-python/issues/850 --- .github/workflows/testing.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index c792186..8d9804f 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -38,7 +38,7 @@ jobs: strategy: fail-fast: false matrix: - os: ["ubuntu-latest", "macos-latest"] + os: ["ubuntu-latest", "macos-12"] python-version: ["3.8", "3.9", "3.10", "3.11"] name: ${{ matrix.os }} with Python ${{ matrix.python-version }}