From bc23edb69fe7eb13fe880aa60d6e87fb5c1bbf7d Mon Sep 17 00:00:00 2001 From: Ayoub Benaissa Date: Wed, 7 May 2025 10:17:12 +0100 Subject: [PATCH] chore(ci): update ubuntu runner which went EOL --- .github/workflows/concrete_cpu_test.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/concrete_cpu_test.yml b/.github/workflows/concrete_cpu_test.yml index 04031826d..a463c42a7 100644 --- a/.github/workflows/concrete_cpu_test.yml +++ b/.github/workflows/concrete_cpu_test.yml @@ -21,9 +21,7 @@ jobs: tests-linux: strategy: fail-fast: false - matrix: - runson: ["ubuntu-20.04"] - runs-on: ubuntu-20.04 + runs-on: ubuntu-latest env: RUSTFLAGS: -D warnings steps: