From 9c4ea22f728871b33737931cb8957da1bc81c613 Mon Sep 17 00:00:00 2001 From: Rushil Mehra Date: Wed, 16 Apr 2025 18:23:35 -0700 Subject: [PATCH] Use ubuntu-latest for all ci jobs ubuntu 20.04 is now deprecated: https://github.com/actions/runner-images/issues/11101 --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0910a482..56e636e5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -242,7 +242,7 @@ jobs: test-fips: name: Test FIPS integration - runs-on: ubuntu-20.04 + runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 with: @@ -342,7 +342,7 @@ jobs: test-features: name: Test features - runs-on: ubuntu-20.04 + runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 with: