Skip to content

Commit

Permalink
wheel ci: dont' attempt windows wheels
Browse files Browse the repository at this point in the history
  • Loading branch information
landreman committed Feb 2, 2025
1 parent 761c930 commit e3c3bbb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,10 @@ jobs:
name: Build wheels on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
# macos-13 is an intel runner, macos-14 is apple silicon
os: [ubuntu-latest, ubuntu-24.04-arm, windows-latest, macos-13, macos-14]
os: [ubuntu-latest, ubuntu-24.04-arm, macos-13, macos-14]

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit e3c3bbb

Please sign in to comment.