Skip to content

Commit 3cbe600

Browse files
committed
chore: use Ubuntu 22.04
1 parent 10600bd commit 3cbe600

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,15 @@ jobs:
3131
rust: nightly
3232
arch: aarch64
3333

34-
runs-on: ubuntu-24.04
34+
runs-on: ubuntu-22.04
3535
steps:
3636
- uses: actions/checkout@v2
3737
- uses: uraimo/run-on-arch-action@v2
3838
name: Run commands
3939
id: runcmd
4040
with:
4141
arch: aarch64
42-
distro: ubuntu24.04
42+
distro: ubuntu22.04
4343

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

0 commit comments

Comments
 (0)