From 8868e9e7f79fbcf7b22164a0374a06d08b742dac Mon Sep 17 00:00:00 2001 From: Badlop Date: Wed, 28 Feb 2024 17:57:56 +0100 Subject: [PATCH] Tests: Use explicit ubuntu-22.04 instead of a varying ubuntu-latest --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index e67cdfa..6f49ce5 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -25,7 +25,7 @@ jobs: build: name: Build - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 strategy: fail-fast: true max-parallel: 1