Skip to content

Commit bfde963

Browse files
committed
Downgrade AArch64 CI builds host OS to Ubuntu 22.04
There are numerous reports of 24.04-arm host being unstable: rust-lang/rust#135867 cc davidlattimore#365
1 parent 2aea66e commit bfde963

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
matrix:
2020
runs-on:
2121
- ubuntu-latest
22-
- ubuntu-24.04-arm
22+
- ubuntu-22.04-arm
2323
container:
2424
- 'ubuntu:22.04'
2525
- 'ubuntu:latest'

0 commit comments

Comments
 (0)