Skip to content

Commit

Permalink
workflows/tests: patch macos runner version for 3.7 (psf#334)
Browse files Browse the repository at this point in the history
  • Loading branch information
woodruffw committed Jul 3, 2024
1 parent e8161fc commit e3bddf6
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,15 @@ jobs:
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
os: ["macos-latest", "windows-latest", "ubuntu-latest"]
# Use the macos-13 runner for 3.7, since 3.7 is not currently available
# on ARM64 macOS runners (i.e. 14+).
# See: https://github.com/actions/setup-python/issues/856
exclude:
- python-version: "3.7"
os: "macos-latest"
include:
- python-version: "3.7"
os: "macos-13"

steps:
- uses: "actions/checkout@v4"
Expand Down

0 comments on commit e3bddf6

Please sign in to comment.