Skip to content

Commit 896afde

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

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/tests.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,16 @@ 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 '3.7' 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
2027

2128
steps:
2229
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)