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 d9873da commit 1d94f77Copy full SHA for 1d94f77
.github/workflows/wheel.yml
@@ -12,7 +12,7 @@ jobs:
12
strategy:
13
matrix:
14
# macos-13 is for intel
15
- os: ["ubuntu-24.04", "ubuntu-24.04-arm", "windows-latest", "macos-13", "macos-latest"]
+ os: ["ubuntu-24.04", "ubuntu-24.04-arm", "windows-latest", "windows-11-arm", "macos-13", "macos-latest"]
16
runs-on: ${{ matrix.os }}
17
name: Build wheels on ${{ matrix.os }}
18
0 commit comments