We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80c7b3d commit a200d0aCopy full SHA for a200d0a
.github/workflows/cibuildwheel.yml
@@ -9,7 +9,7 @@ jobs:
9
strategy:
10
matrix:
11
# macos-13 is an intel runner, macos-14 is apple silicon
12
- os: [ubuntu-latest, windows-latest, macos-13, macos-14]
+ os: [ubuntu-latest, windows-latest, macos-13]
13
14
steps:
15
- uses: actions/checkout@v4
0 commit comments