Skip to content

Commit

Permalink
Use ubuntu 22.04 in run-on-arch step
Browse files Browse the repository at this point in the history
  • Loading branch information
messense authored Oct 22, 2024
1 parent 5d8b0a9 commit 2bea303
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ jobs:
name: Install built wheel
with:
arch: ${{ matrix.target }}
distro: ubuntu20.04
distro: ubuntu22.04
githubToken: ${{ github.token }}
install: |
apt-get update
Expand Down

0 comments on commit 2bea303

Please sign in to comment.