Skip to content

Commit defe462

Browse files
dan-obxgreenrobot
authored andcommitted
gh workflow: exclude python 3.7-.3.9 for macos/arm64
1 parent 6e010a3 commit defe462

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/test.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,10 @@ jobs:
1111
matrix:
1212
os: ["ubuntu", "windows", "macos"]
1313
python: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"] # https://devguide.python.org/versions/#versions
14-
14+
exclude:
15+
- os: macos
16+
architecture: arm64
17+
python: ["3.7"]
1518
runs-on: ${{ matrix.os }}-latest
1619

1720
steps:

0 commit comments

Comments
 (0)