Skip to content

Commit

Permalink
chore: All workflows now use ubuntu-22.04. (#148)
Browse files Browse the repository at this point in the history
  • Loading branch information
antoniotarricone authored Oct 28, 2024
1 parent 554ca53 commit 10710ca
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-n-push-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

jobs:
build_push_update:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04

environment: dev-cd

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ on:

jobs:
deploy:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04

environment: ${{ inputs.environment }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/post-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ jobs:

if: needs.post_merge.outputs.new_release_published == 'true'

runs-on: ubuntu-latest
runs-on: ubuntu-22.04

environment: uat-cd

Expand Down

0 comments on commit 10710ca

Please sign in to comment.