From 99d5e25e922c085c297a05d4762179f33b07ee96 Mon Sep 17 00:00:00 2001 From: Andrew Longosz Date: Thu, 16 Jan 2025 14:46:54 +0100 Subject: [PATCH] [GHA] Downgraded auto tagger workflow to use Ubuntu 22.04 Reason: ubuntu-latest points to Ubuntu 24.04 now, which uses the newer version of jq. It would require rewriting of one of the scripts --- .github/workflows/auto_tag.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/auto_tag.yml b/.github/workflows/auto_tag.yml index 17b4940d11..0e3f00cf7b 100644 --- a/.github/workflows/auto_tag.yml +++ b/.github/workflows/auto_tag.yml @@ -19,7 +19,7 @@ on: jobs: preparation: - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 # This should allow parallel runs in a chain, e.g. OSS->Content->Experience->Commerce # whilst allowing Satis to process timeout-minutes: 30 @@ -74,7 +74,7 @@ jobs: action: needs: preparation - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 steps: - name: Install sponge