Skip to content

Commit 30f18ce

Browse files
authored
chore: Replace deprecated ubuntu runner (#792)
1 parent bedee44 commit 30f18ce

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ concurrency:
1010
jobs:
1111
lint:
1212
timeout-minutes: 8
13-
runs-on: ubuntu-20.04
13+
runs-on: ubuntu-22.04
1414
steps:
1515
- name: Checkout
1616
uses: actions/checkout@v2
@@ -32,7 +32,7 @@ jobs:
3232
run: make ci-lint
3333
unit:
3434
timeout-minutes: 8
35-
runs-on: ubuntu-20.04
35+
runs-on: ubuntu-22.04
3636
steps:
3737
- name: Checkout
3838
uses: actions/checkout@v2
@@ -46,7 +46,7 @@ jobs:
4646
run: make ci-unit
4747
integration:
4848
timeout-minutes: 8
49-
runs-on: ubuntu-20.04
49+
runs-on: ubuntu-22.04
5050
steps:
5151
- name: Checkout
5252
uses: actions/checkout@v2

0 commit comments

Comments
 (0)