Skip to content

Commit

Permalink
bump ubuntu-20.04 to ubuntu-22.04
Browse files Browse the repository at this point in the history
  • Loading branch information
peaceiris committed Jan 5, 2023
1 parent 30884bb commit 3659505
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ permissions:

jobs:
setup-docker:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: ./setup-docker
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/hadolint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:

jobs:
lint:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
container:
image: 'hadolint/hadolint:v2.10.0-alpine'
permissions:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/merger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
(github.event.issue.pull_request) &&
(github.event.comment.author_association == 'OWNER') &&
(github.event.comment.body == '/merge')
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
timeout-minutes: 1
permissions:
contents: write
Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ on:

jobs:
test:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: peaceiris/workflows/setup-docker@v0.14.0
Expand All @@ -45,7 +45,7 @@ on:

jobs:
test:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: peaceiris/workflows/setup-docker@v0.14.0
Expand Down Expand Up @@ -78,7 +78,7 @@ on:
jobs:
test:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -111,7 +111,7 @@ on:
jobs:
test:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -144,7 +144,7 @@ on:
jobs:
test:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -176,7 +176,7 @@ on:
jobs:
test:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 3659505

Please sign in to comment.