We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50984d7 commit 143db86Copy full SHA for 143db86
.github/workflows/wheels.yml
@@ -8,8 +8,7 @@ jobs:
8
runs-on: ${{ matrix.os }}
9
strategy:
10
matrix:
11
- os:
12
- [ubuntu-latest, ubuntu-24.04-arm, windows-latest, macos-13, macos-14]
+ os: [ubuntu-latest, windows-latest, macos-13, macos-14] # ubuntu-24.04-arm,
13
14
steps:
15
- uses: actions/checkout@v4
0 commit comments