Skip to content

Commit 118ac83

Browse files
committed
[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
1 parent 9d10879 commit 118ac83

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/auto_tag.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ on:
1919

2020
jobs:
2121
preparation:
22-
runs-on: ubuntu-latest
22+
runs-on: ubuntu-22.04
2323
# This should allow parallel runs in a chain, e.g. OSS->Content->Experience->Commerce
2424
# whilst allowing Satis to process
2525
timeout-minutes: 30
@@ -74,7 +74,7 @@ jobs:
7474
7575
action:
7676
needs: preparation
77-
runs-on: ubuntu-latest
77+
runs-on: ubuntu-22.04
7878

7979
steps:
8080
- name: Install sponge

0 commit comments

Comments
 (0)