Skip to content

Commit 24a3b36

Browse files
authored
workflows/tests: patch macos runner version for 3.7 (#334)
1 parent 6d5049a commit 24a3b36

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/tests.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,15 @@ jobs:
1818
matrix:
1919
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
2020
os: ["macos-latest", "windows-latest", "ubuntu-latest"]
21+
# Use the macos-13 runner for 3.7, since 3.7 is not currently available
22+
# on ARM64 macOS runners (i.e. 14+).
23+
# See: https://github.com/actions/setup-python/issues/856
24+
exclude:
25+
- python-version: "3.7"
26+
os: "macos-latest"
27+
include:
28+
- python-version: "3.7"
29+
os: "macos-13"
2130

2231
steps:
2332
- uses: "actions/checkout@v4"

0 commit comments

Comments
 (0)