Skip to content

Commit

Permalink
Downgrade wheel build environment Ubuntu version (#468)
Browse files Browse the repository at this point in the history
PR #467 broke the build due to this bug:
pypa/cibuildwheel#1957 .

This time I’ll test the workflow *before* merging.
  • Loading branch information
adamchainz authored Aug 6, 2024
1 parent 3c8f7a2 commit 0aa16d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
os:
- ubuntu-24.04
- ubuntu-22.04
- windows-2022
- macos-14

Expand Down

0 comments on commit 0aa16d7

Please sign in to comment.