mirror of
https://github.com/dtolnay/rust-toolchain.git
synced 2025-09-21 15:32:00 +03:00
Merge pull request #171 from dtolnay/up
Update Linux arm64 runner to Ubuntu 24.04
This commit is contained in:
commit
6d653acede
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -17,7 +17,7 @@ jobs:
|
|||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
os: [ubuntu-latest, macos-latest, windows-latest, windows-11-arm, ubuntu-22.04-arm]
|
||||
os: [ubuntu-latest, macos-latest, windows-latest, windows-11-arm, ubuntu-24.04-arm]
|
||||
rust: [nightly, beta, stable, 1.62.0, stable 18 months ago, stable minus 8 releases]
|
||||
include:
|
||||
- os: ubuntu-latest
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue