Skip to content

Commit

Permalink
Revert "generate-ci: use ubuntu 24.04 with uraimo/run-on-arch-action (#…
Browse files Browse the repository at this point in the history
…2231)"

This reverts commit 7c76882.
  • Loading branch information
messense authored Sep 26, 2024
1 parent 788be00 commit f55723e
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: ubuntu24.04
distro: ubuntu22.04
githubToken: ${{{{ github.token }}}}
install: |
apt-get update
Expand Down Expand Up @@ -1074,7 +1074,7 @@ mod tests {
uses: uraimo/run-on-arch-action@v2
with:
arch: ${{ matrix.platform.target }}
distro: ubuntu24.04
distro: ubuntu22.04
githubToken: ${{ github.token }}
install: |
apt-get update
Expand Down

0 comments on commit f55723e

Please sign in to comment.