Skip to content

Commit

Permalink
Fix github runner
Browse files Browse the repository at this point in the history
  • Loading branch information
merschformann committed Jan 30, 2025
1 parent e84fc50 commit 4d6de51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ jobs:
buildplat:
- [ubuntu-20.04, manylinux_x86_64]
- [ubuntu-20.04, manylinux_i686]
- [ubuntu-20.04-arm, manylinux_aarch64]
- [ubuntu-24.04-arm, manylinux_aarch64]
- [ubuntu-20.04, musllinux_x86_64] # No OpenBlas, no test
- [ubuntu-20.04, musllinux_i686]
- [ubuntu-20.04-arm, musllinux_aarch64]
- [ubuntu-24.04-arm, musllinux_aarch64]
- [macos-13, macosx_x86_64]
- [macos-14, macosx_arm64]
- [windows-2019, win_amd64]
Expand Down

0 comments on commit 4d6de51

Please sign in to comment.