Skip to content

Commit e52e647

Browse files
Downgrade MacOS CI runners
The current macos-latest tag points to macos-14, running on arm64. We currently can't support this architecture as it does not support Python3.7
1 parent 4bbc933 commit e52e647

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/code.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,12 +53,12 @@ jobs:
5353
strategy:
5454
fail-fast: false
5555
matrix:
56-
os: [ubuntu-latest, windows-latest, macos-latest]
56+
os: [ubuntu-latest, windows-latest, macos-13]
5757
python: [cp37, cp38, cp39, cp310]
5858

5959
include:
6060
# Put coverage and results files in the project directory for mac
61-
- os: macos-latest
61+
- os: macos-13
6262
cov_file: "{project}/dist/coverage.xml"
6363
results_file: "{project}/dist/pytest-results.xml"
6464
# And for windows
@@ -146,7 +146,7 @@ jobs:
146146
strategy:
147147
fail-fast: false
148148
matrix:
149-
os: [ubuntu-latest, windows-latest, macos-latest]
149+
os: [ubuntu-latest, windows-latest, macos-13]
150150
python: [cp37, cp38, cp39, cp310]
151151

152152
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)