From 30dc51db75d080812bc4a28ba3f342840b2e7dd7 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Tue, 16 Sep 2025 11:34:54 -0700 Subject: [PATCH] Update Linux arm64 runner to Ubuntu 24.04 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a453f37..7328a7c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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