diff --git a/.github/workflows/run_tests.yml b/.github/workflows/run_tests.yml index 74b5786..b65e362 100644 --- a/.github/workflows/run_tests.yml +++ b/.github/workflows/run_tests.yml @@ -30,7 +30,9 @@ jobs: - "pypy-3.9" - "pypy-3.10" exclude: - # macos-11 only has pypy-3.7+ + # macos-14 with arm64 architecture only has Python 3.8+ + - os: macos-latest + python-version: "3.7" - os: macos-latest python-version: pypy-3.6 # windows-2022 only has pypy-3.7+