We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent add4fe4 commit cbe41d9Copy full SHA for cbe41d9
.github/workflows/wheels.yml
@@ -8,7 +8,8 @@ jobs:
8
runs-on: ${{ matrix.os }}
9
strategy:
10
matrix:
11
- os: [ubuntu-latest] #, ubuntu-24.04-arm, windows-latest, macos-13, macos-14]
+ os:
12
+ [ubuntu-latest, ubuntu-24.04-arm, windows-latest, macos-13, macos-14]
13
14
steps:
15
- uses: actions/checkout@v4
0 commit comments