Merge pull request #171 from dtolnay/up

Update Linux arm64 runner to Ubuntu 24.04
This commit is contained in:
David Tolnay 2025-09-16 11:37:40 -07:00 committed by GitHub
commit 6d653acede
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -17,7 +17,7 @@ jobs:
strategy: strategy:
fail-fast: false fail-fast: false
matrix: 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] rust: [nightly, beta, stable, 1.62.0, stable 18 months ago, stable minus 8 releases]
include: include:
- os: ubuntu-latest - os: ubuntu-latest