From 3754e059b61553dd51064b433fb61465c4b93afe Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Sun, 20 Jul 2025 17:19:26 +0900 Subject: [PATCH] ci: use ubuntu-24.04-arm instead of ubuntu-22.04-arm (#7470) --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9c1d941c1..ea0182b1f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -583,9 +583,9 @@ jobs: - target: armv5te-unknown-linux-gnueabi os: ubuntu-latest - target: armv7-unknown-linux-gnueabihf - os: ubuntu-22.04-arm # TODO: update to 24.04 when https://github.com/rust-lang/rust/issues/135867 solved + os: ubuntu-24.04-arm - target: aarch64-unknown-linux-gnu - os: ubuntu-22.04-arm # TODO: update to 24.04 when https://github.com/rust-lang/rust/issues/135867 solved + os: ubuntu-24.04-arm rustflags: --cfg tokio_taskdump - target: aarch64-pc-windows-msvc os: windows-11-arm @@ -629,9 +629,9 @@ jobs: - target: armv5te-unknown-linux-gnueabi os: ubuntu-latest - target: armv7-unknown-linux-gnueabihf - os: ubuntu-22.04-arm # TODO: update to 24.04 when https://github.com/rust-lang/rust/issues/135867 solved + os: ubuntu-24.04-arm - target: aarch64-unknown-linux-gnu - os: ubuntu-22.04-arm # TODO: update to 24.04 when https://github.com/rust-lang/rust/issues/135867 solved + os: ubuntu-24.04-arm rustflags: --cfg tokio_taskdump - target: aarch64-pc-windows-msvc os: windows-11-arm