Skip to content

Commit 5f47809

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 5f47809

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/code.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ 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:

0 commit comments

Comments
 (0)