Skip to content

Commit 6d653ac

Browse files
authored
Merge pull request #171 from dtolnay/up
Update Linux arm64 runner to Ubuntu 24.04
2 parents e97e2d8 + 30dc51d commit 6d653ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
strategy:
1818
fail-fast: false
1919
matrix:
20-
os: [ubuntu-latest, macos-latest, windows-latest, windows-11-arm, ubuntu-22.04-arm]
20+
os: [ubuntu-latest, macos-latest, windows-latest, windows-11-arm, ubuntu-24.04-arm]
2121
rust: [nightly, beta, stable, 1.62.0, stable 18 months ago, stable minus 8 releases]
2222
include:
2323
- os: ubuntu-latest

0 commit comments

Comments
 (0)