From 5509ec3b35b89c5b98933ec60c29879337963ad5 Mon Sep 17 00:00:00 2001 From: Steffen Jaeckel Date: Wed, 26 Mar 2025 14:17:30 +0100 Subject: [PATCH] Update CI Signed-off-by: Steffen Jaeckel --- .github/workflows/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 917066b..a2ffc22 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -10,7 +10,7 @@ on: jobs: linux-tests: - runs-on: ubuntu-20.04 + runs-on: ubuntu-24.04 strategy: matrix: valgrind: @@ -46,7 +46,7 @@ jobs: cat test-suite*.log || true xssl-tests: - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 strategy: matrix: xssl_versions: @@ -142,7 +142,7 @@ jobs: cat testerr.log || true code-style: - runs-on: ubuntu-20.04 + runs-on: ubuntu-24.04 name: Check coding style continue-on-error: true steps: