We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bb8bc0 commit f5284b7Copy full SHA for f5284b7
.github/workflows/build_wheels.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