Skip to content

Commit

Permalink
Downgrade AArch64 CI builds host OS to Ubuntu 22.04
Browse files Browse the repository at this point in the history
There are numerous reports of 24.04-arm host being unstable: rust-lang/rust#135867

cc davidlattimore#365
  • Loading branch information
mati865 authored and davidlattimore committed Feb 4, 2025
1 parent 2aea66e commit 6aecc6a
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 @@ -19,7 +19,7 @@ jobs:
matrix:
runs-on:
- ubuntu-latest
- ubuntu-24.04-arm
- ubuntu-22.04-arm
container:
- 'ubuntu:22.04'
- 'ubuntu:latest'
Expand Down

0 comments on commit 6aecc6a

Please sign in to comment.