From 77f38c2349370011dfc82a46169dd435dcba3d50 Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Sat, 25 Jan 2025 15:10:39 +0900 Subject: [PATCH] ci: Use ubuntu-22.04-arm instead of ubuntu-24.04-arm https://github.com/rust-lang/rust/issues/135867 --- .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 3b193cd3a..f44d0193c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -43,26 +43,26 @@ jobs: - rust: '1.63' os: ubuntu-latest - rust: '1.63' - os: ubuntu-24.04-arm + os: ubuntu-22.04-arm # TODO: update to 24.04 when https://github.com/rust-lang/rust/issues/135867 solved - rust: '1.63' os: windows-latest - rust: stable os: ubuntu-latest - rust: stable - os: ubuntu-24.04-arm + os: ubuntu-22.04-arm # TODO: update to 24.04 when https://github.com/rust-lang/rust/issues/135867 solved - rust: stable os: windows-latest - rust: nightly os: ubuntu-latest - rust: nightly - os: ubuntu-24.04-arm + os: ubuntu-22.04-arm # TODO: update to 24.04 when https://github.com/rust-lang/rust/issues/135867 solved - rust: nightly os: windows-latest - rust: nightly os: ubuntu-latest target: i686-unknown-linux-gnu - rust: nightly - os: ubuntu-24.04-arm + os: ubuntu-22.04-arm # TODO: update to 24.04 when https://github.com/rust-lang/rust/issues/135867 solved target: armv7-unknown-linux-gnueabihf # Test 32-bit target that does not have AtomicU64/AtomicI64. - rust: nightly