Skip to content

Commit 98f3c00

Browse files
committed
[ci] fix gha ubuntu runner version issue
1 parent 43bcb0b commit 98f3c00

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
archive-ztm-src:
5555
needs: set-release-version
5656
name: archive-ztm-src
57-
runs-on: ubuntu-20.04
57+
runs-on: ubuntu-22.04
5858
steps:
5959
- uses: actions/checkout@v4
6060

@@ -80,7 +80,7 @@ jobs:
8080
build-ztm-aio-linux-x86_64:
8181
needs: set-release-version
8282
name: build-ztm-aio-linux-x86_64
83-
runs-on: ubuntu-20.04
83+
runs-on: ubuntu-22.04
8484
steps:
8585
- uses: actions/checkout@v4
8686

@@ -242,7 +242,7 @@ jobs:
242242
build-libztm-android:
243243
needs: set-release-version
244244
name: build-libztm-android
245-
runs-on: ubuntu-20.04
245+
runs-on: ubuntu-22.04
246246
steps:
247247
- uses: actions/checkout@v4
248248

@@ -282,7 +282,7 @@ jobs:
282282

283283
create-release:
284284
name: create release
285-
runs-on: ubuntu-20.04
285+
runs-on: ubuntu-22.04
286286
needs:
287287
- set-release-version
288288
- build-ztm-aio-linux-x86_64

0 commit comments

Comments
 (0)