From c22310286cdbd0d2b9c00ae835fe839e78d1b0ae Mon Sep 17 00:00:00 2001 From: Steve Lau Date: Mon, 11 Nov 2024 14:09:54 +0800 Subject: [PATCH] ci: bump remaining Ubuntu 20.04 to latest version --- .github/workflows/ci.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 89fbcddcb2..34b9ae84f3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -76,10 +76,7 @@ jobs: # Use cross for QEMU-based testing # cross needs to execute Docker, GitHub Action already has it installed cross: - # Still use 20.04 for this CI step as test `test_prctl::test_set_vma_anon_name` - # would fail on 22.04 and 24.04 (at least for now) - # https://github.com/nix-rust/nix/issues/2418 - runs-on: ubuntu-20.04 + runs-on: ubuntu-latest needs: [rustfmt, minver, macos, linux_native_builds, rust_stable] strategy: fail-fast: false