We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a980ee commit 6ff2348Copy full SHA for 6ff2348
1 file changed
.github/workflows/wheels.yml
@@ -18,7 +18,7 @@ jobs:
18
strategy:
19
# macos-latest is Apple silicon, macos-latest-large is an Intel runner
20
matrix:
21
- os: [ubuntu-latest, windows-latest, macos-latest, macos-latest-large]
+ os: [ubuntu-latest, windows-latest, macos-latest]
22
23
steps:
24
- uses: actions/checkout@v6
0 commit comments