From f6d4d10e8a86179a9800f8bbd0418d2da8da2c84 Mon Sep 17 00:00:00 2001 From: Andrew Nowak Date: Mon, 14 Oct 2024 11:17:33 +0100 Subject: [PATCH] pin github actions ubuntu version as 22.04 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8876778ba2..a881f2f2f4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,7 +7,7 @@ on: - main jobs: CI: - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 permissions: # required by aws-actions/configure-aws-credentials id-token: write