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
  • Loading branch information
Lauszus committed Nov 7, 2024
1 parent 9778f23 commit e79524b
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 e79524b

Please sign in to comment.