Skip to content

Commit

Permalink
chore: use Ubuntu 22.04
Browse files Browse the repository at this point in the history
  • Loading branch information
vmx committed Jul 15, 2024
1 parent 10600bd commit 3cbe600
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,15 @@ jobs:
rust: nightly
arch: aarch64

runs-on: ubuntu-24.04
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
- uses: uraimo/run-on-arch-action@v2
name: Run commands
id: runcmd
with:
arch: aarch64
distro: ubuntu24.04
distro: ubuntu22.04

# Not required, but speeds up builds by storing container images in
# a GitHub package registry.
Expand Down

0 comments on commit 3cbe600

Please sign in to comment.