Skip to content

Commit cfb5773

Browse files
authored
change from macos-latest to macos-14 (#913)
* change from macos-latest to macos-14 * try macos-13
1 parent 072997b commit cfb5773

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ jobs:
1717
strategy:
1818
fail-fast: false
1919
matrix:
20-
os: [ubuntu-latest, windows-latest, macos-latest]
20+
# Don't use macos-latest because it is arm64
21+
os: [ubuntu-latest, windows-latest, macos-13]
2122
python-version: ['3.9', '3.10', '3.11', '3.12']
2223

2324
steps:

0 commit comments

Comments
 (0)