Skip to content

Commit f5284b7

Browse files
committed
GitHub Actions for building wheels; removed macos-14
1 parent 2bb8bc0 commit f5284b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_wheels.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)