diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 1d0fb9429..2cccd0600 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -20,7 +20,7 @@ jobs: fail-fast: false matrix: python-version: ["3.9", "3.10", "3.11", "3.12"] - os: [ubuntu-latest, macos-13, windows-latest] + os: [ubuntu-latest, macos-latest, windows-latest, macos-13] # macos-13 is the latest version of macOS with Intel chip steps: - uses: actions/checkout@v4 - run: git fetch --prune --unshallow --tags