Skip to content

Commit 5376795

Browse files
committed
Update GitHub Actions runners to Ubuntu 22.04
actions/runner-images#11471 Signed-off-by: yangw <wuyangmuc@gmail.com>
1 parent 74b5b0a commit 5376795

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/cd.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
matrix:
1616
version: [latest]
17-
runs-on: ubuntu-latest
17+
runs-on: ubuntu-22.04
1818
steps:
1919
- name: Checkout
2020
uses: actions/checkout@v3
@@ -43,7 +43,7 @@ jobs:
4343
strategy:
4444
matrix:
4545
version: [latest]
46-
runs-on: ubuntu-latest
46+
runs-on: ubuntu-22.04
4747
steps:
4848
- name: Checkout
4949
uses: actions/checkout@v3
@@ -72,7 +72,7 @@ jobs:
7272
strategy:
7373
matrix:
7474
version: [v1.48.0]
75-
runs-on: ubuntu-latest
75+
runs-on: ubuntu-22.04
7676
steps:
7777
- name: Checkout
7878
uses: actions/checkout@v3

.github/workflows/manual-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ on:
1818

1919
jobs:
2020
build_and_push:
21-
runs-on: ubuntu-latest
21+
runs-on: ubuntu-22.04
2222
steps:
2323
- name: Checkout
2424
uses: actions/checkout@v3

.github/workflows/shell-script.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
jobs:
88
shellcheck:
99
name: Shellcheck
10-
runs-on: ubuntu-latest
10+
runs-on: ubuntu-22.04
1111
steps:
1212
- uses: actions/checkout@v3
1313
- name: Run ShellCheck

0 commit comments

Comments
 (0)