Skip to content

Commit

Permalink
Build the x86 wheels on Ubuntu 20.04, so they are compatible with old…
Browse files Browse the repository at this point in the history
…er versions of Ubuntu than 24.04 (#16)
  • Loading branch information
Lauszus authored Nov 7, 2024
1 parent 9778f23 commit b7648ed
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 @@ -32,7 +32,7 @@ jobs:
if-no-files-found: error
amd64:
name: Build amd64 wheels
runs-on: ubuntu-24.04
runs-on: ubuntu-20.04
timeout-minutes: 5
strategy:
matrix:
Expand Down

0 comments on commit b7648ed

Please sign in to comment.