Skip to content

Commit 9845627

Browse files
committed
Update CI matrix for Intel & M1 macOS
1 parent ef75ff8 commit 9845627

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

.github/workflows/tests.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,18 @@ jobs:
1414
# https://help.github.com/articles/virtual-environments-for-github-actions
1515
platform:
1616
- ubuntu-latest # ubuntu-22.04
17-
- macos-latest # macOS-12
17+
- macos-13 # macos-13 (Intel)
18+
- macos-latest # macos-14 (M1)
1819
- windows-latest # windows-2022
1920
python-version: [3.7, 3.8, 3.9, '3.10', 3.11, 3.12, pypy-3.7, pypy-3.8, pypy-3.9, pypy-3.10]
21+
exclude:
22+
# Exclude the following configuration to avoid an error.
23+
# Error: The version '...' with architecture 'arm64' was not found for macOS 14.4.1.
24+
# The list of all available versions can be found here: https://raw.githubusercontent.com/actions/python-versions/main/versions-manifest.json
25+
- platform: macos-latest
26+
python-version: 3.7
27+
- platform: macos-latest
28+
python-version: pypy-3.7
2029

2130
steps:
2231
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)