Skip to content

Commit

Permalink
.github: bump ubuntu-20.04 to ubuntu-22.04 (#173)
Browse files Browse the repository at this point in the history
With this commit, all our Ubuntu labels are ubuntu-22.04.
  • Loading branch information
ee7 authored Mar 27, 2024
1 parent 9eca962 commit ba986da
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ env:
jobs:
job1:
name: trunner.nim
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04

steps:
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
Expand Down Expand Up @@ -40,7 +40,7 @@ jobs:

job2:
name: Docker - build image and run
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04

steps:
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint_dockerfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on: [push, pull_request, workflow_dispatch]

jobs:
hadolint:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04

steps:
- name: Checkout code
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/shellcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on: [push, pull_request, workflow_dispatch]
jobs:
shellcheck:
name: Run shellcheck on scripts
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
Expand Down

0 comments on commit ba986da

Please sign in to comment.