From f3069f31ec9fa07c1db68b5dba8ac97bb37c4fb7 Mon Sep 17 00:00:00 2001 From: John Kjell Date: Wed, 1 May 2024 12:14:58 -0500 Subject: [PATCH] Set runner to fixed version to avoid issues with latest image Signed-off-by: John Kjell --- .github/workflows/witness.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/witness.yml b/.github/workflows/witness.yml index d3df2af8..182216d4 100644 --- a/.github/workflows/witness.yml +++ b/.github/workflows/witness.yml @@ -33,7 +33,7 @@ permissions: jobs: witness: - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 permissions: contents: read id-token: write