Skip to content

Commit 37bd5d7

Browse files
authored
Update release-cn.yml
Upgrade actions worlflow image to Ubuntu 22.04
1 parent 2b1bd90 commit 37bd5d7

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/release-cn.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
jobs:
99
envs:
1010
name: envs
11-
runs-on: ubuntu-20.04
11+
runs-on: ubuntu-22.04
1212
steps:
1313
# Git checkout
1414
- name: Checkout repository
@@ -37,7 +37,7 @@ jobs:
3737

3838
docker0:
3939
name: docker0
40-
runs-on: ubuntu-20.04
40+
runs-on: ubuntu-22.04
4141
needs:
4242
- envs
4343
steps:
@@ -54,7 +54,7 @@ jobs:
5454

5555
docker1:
5656
name: docker1
57-
runs-on: ubuntu-20.04
57+
runs-on: ubuntu-22.04
5858
needs:
5959
- envs
6060
steps:
@@ -71,7 +71,7 @@ jobs:
7171

7272
docker:
7373
name: docker
74-
runs-on: ubuntu-20.04
74+
runs-on: ubuntu-22.04
7575
needs:
7676
- envs
7777
- docker0
@@ -105,7 +105,7 @@ jobs:
105105
106106
aliyun:
107107
name: aliyun-hub
108-
runs-on: ubuntu-20.04
108+
runs-on: ubuntu-22.04
109109
needs:
110110
- envs
111111
- docker0
@@ -141,7 +141,7 @@ jobs:
141141
142142
deploy:
143143
name: deploy
144-
runs-on: ubuntu-20.04
144+
runs-on: ubuntu-22.04
145145
needs:
146146
- envs
147147
- aliyun

0 commit comments

Comments
 (0)