Skip to content

Commit

Permalink
Merge pull request #72 from input-output-hk/chore/update-ubuntu-runner
Browse files Browse the repository at this point in the history
ci: update ubuntu action runner image to 22.04
  • Loading branch information
pczeglik-iohk authored Feb 12, 2025
2 parents 2fe2995 + be0d7a7 commit 7d7e493
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ concurrency:
jobs:
verify:
name: Verify
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/git-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
jobs:
block-fixup:
if: github.event.pull_request.draft == false
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
publish:
name: Publish
if: github.event_name == 'push' && !startsWith(github.event.head_commit.message, 'chore(release):')
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 7d7e493

Please sign in to comment.