Skip to content

Commit

Permalink
[GHA] Downgraded auto tagger workflow to use Ubuntu 22.04
Browse files Browse the repository at this point in the history
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
  • Loading branch information
alongosz committed Jan 16, 2025
1 parent 32e1463 commit 9ffd16a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/auto_tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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->Headless->Experience->Commerce
# whilst allowing Satis to process
timeout-minutes: 30
Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:
action:
needs: preparation
runs-on: ubuntu-latest
runs-on: ubuntu-22.04

steps:
- name: Install sponge
Expand Down

0 comments on commit 9ffd16a

Please sign in to comment.