From d4f3abf0af9658a38a4b5b2d9878d19fd6b0acc0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Toma=CC=81s=CC=8C=20Ludvik?= Date: Wed, 18 Oct 2023 10:20:32 +0200 Subject: [PATCH] use Ubuntu 22.04 in all GitHub actions workflows --- .github/workflows/run-checks-tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/run-checks-tests.yaml b/.github/workflows/run-checks-tests.yaml index d4bc1d89c..b2457e18f 100644 --- a/.github/workflows/run-checks-tests.yaml +++ b/.github/workflows/run-checks-tests.yaml @@ -3,7 +3,7 @@ name: "Checks and tests" jobs: checks-and-tests: name: Run checks and tests - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 steps: - name: GIT checkout branch - ${{ github.ref }} uses: actions/checkout@v4