Skip to content

Commit b58a60e

Browse files
authored
update gitaction machine to 22.04 (#21900)
Per actions/runner-images#11101, the ubuntu 20.04 is out of support. Up it to the 22.04 Signed-off-by: wang yan <[email protected]>
1 parent 9dcbd56 commit b58a60e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
env:
1414
BUILD_PACKAGE: true
1515
runs-on:
16-
- ubuntu-20.04
16+
- ubuntu-22.04
1717
steps:
1818
- uses: actions/checkout@v3
1919
- uses: 'google-github-actions/auth@v2'

.github/workflows/publish_release.yml

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

88
jobs:
99
release:
10-
runs-on: ubuntu-20.04
10+
runs-on: ubuntu-22.04
1111
steps:
1212
- uses: actions/checkout@v3
1313
- name: Setup env

0 commit comments

Comments
 (0)