From 5b3df2348548e7e1f15ab7e8638e09ce064b5888 Mon Sep 17 00:00:00 2001 From: Nicola Coretti Date: Tue, 6 Feb 2024 08:18:29 +0100 Subject: [PATCH] Update image references in checks workflow --- .github/workflows/checks.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index e488fbf..3367125 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -8,7 +8,7 @@ jobs: unit-tests: name: Unit Tests - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 strategy: fail-fast: true matrix: @@ -29,7 +29,7 @@ jobs: integration-tests: name: Integration Tests - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 strategy: fail-fast: true matrix: