Skip to content

Commit

Permalink
workflows/tests: patch macos runner version for 3.7 (#334)
Browse files Browse the repository at this point in the history
  • Loading branch information
woodruffw authored Apr 28, 2024
1 parent 6d5049a commit 24a3b36
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 24a3b36

Please sign in to comment.