Skip to content

Commit

Permalink
ci(github): upgrade runners from ubuntu-20.04 to ubuntu-22.04
Browse files Browse the repository at this point in the history
  • Loading branch information
okize committed Aug 8, 2024
1 parent b0ade8e commit 954a802
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/shellcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
shellcheck:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
permissions:
contents: read
actions: read
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
contents: read
checks: write
pull-requests: write
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
timeout-minutes: 5
steps:
- name: Checkout repository
Expand Down

0 comments on commit 954a802

Please sign in to comment.