Skip to content

Commit dcd18e7

Browse files
Update exclude matrix
1 parent 4633ea6 commit dcd18e7

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

.github/workflows/ci-tests.yml

+10-2
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,12 @@ jobs:
4444
architecture: x86
4545
- os: "ubuntu-22.04"
4646
architecture: arm64
47-
# MacOS we need to make sure to remove x86 on all, but x64
48-
# on the arm runners and arm64 on the x64 runners
47+
# MacOS we need to make sure to remove x86 on all
48+
# We need to run no arm64 on macos-13 (Intel), but some
49+
# Python versions: 3.9/3.10
50+
#
51+
# From 3.11 onward, there is support for running x64 and
52+
# arm64 on Apple Silicon based systems (macos-14)
4953
- os: "macos-13"
5054
architecture: x86
5155
- os: "macos-13"
@@ -54,6 +58,10 @@ jobs:
5458
architecture: x86
5559
- os: "macos-14"
5660
architecture: x64
61+
py: "3.9"
62+
- os: "macos-14"
63+
architecture: x64
64+
py: "3.10"
5765
# Windows does not have arm64 releases
5866
- os: "windows-latest"
5967
architecture: arm64

0 commit comments

Comments
 (0)