Skip to content

Commit 516c995

Browse files
dan-obxgreenrobot
authored andcommitted
gh workflow: exclude python 3.7 for macos because of missing arm64
1 parent 6e010a3 commit 516c995

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/test.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@ 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+
python: ["3.7"] # Prevent "The version '3.7' with architecture 'arm64' was not found for macOS 14.4.1"
1517
runs-on: ${{ matrix.os }}-latest
1618

1719
steps:

0 commit comments

Comments
 (0)