Skip to content

Commit

Permalink
generate-ci: use ubuntu 24.04 with uraimo/run-on-arch-action (#2231)
Browse files Browse the repository at this point in the history
  • Loading branch information
mhammerly authored Sep 26, 2024
1 parent a94a013 commit 7c76882
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ci.rs
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,7 @@ jobs:\n",
uses: uraimo/run-on-arch-action@v2
with:
arch: ${{{{ matrix.platform.target }}}}
distro: ubuntu22.04
distro: ubuntu24.04
githubToken: ${{{{ github.token }}}}
install: |
apt-get update
Expand Down Expand Up @@ -1058,7 +1058,7 @@ mod tests {
uses: uraimo/run-on-arch-action@v2
with:
arch: ${{ matrix.platform.target }}
distro: ubuntu22.04
distro: ubuntu24.04
githubToken: ${{ github.token }}
install: |
apt-get update
Expand Down

0 comments on commit 7c76882

Please sign in to comment.