Skip to content

Commit a200d0a

Browse files
committed
Remove macos 14
1 parent 80c7b3d commit a200d0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cibuildwheel.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
matrix:
1111
# macos-13 is an intel runner, macos-14 is apple silicon
12-
os: [ubuntu-latest, windows-latest, macos-13, macos-14]
12+
os: [ubuntu-latest, windows-latest, macos-13]
1313

1414
steps:
1515
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)