We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74a85da commit fae0300Copy full SHA for fae0300
1 file changed
.github/workflows/buildwheels.yml
@@ -30,7 +30,7 @@ jobs:
30
runs-on: ${{ matrix.os }}
31
strategy:
32
matrix:
33
- os: [ubuntu-latest, ubuntu-24.04-arm]
+ os: [ubuntu-latest, ubuntu-24.04-arm, macos-13, macos-latest, windows-latest]
34
35
steps:
36
- uses: actions/checkout@v4
0 commit comments