Skip to content

Commit 2ce27b4

Browse files
committed
Update target runner to ubuntu 22.04
1 parent acc4541 commit 2ce27b4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/cd.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@ jobs:
2020
release:
2121
strategy:
2222
matrix:
23-
os: [ubuntu-latest, macOS-latest, windows-latest]
23+
os: [ubuntu-22.04, macOS-latest, windows-latest]
2424
platform: [x86_64, arm64]
2525
include:
26-
- os: ubuntu-latest
26+
- os: ubuntu-22.04
2727
platform: x86_64
2828
target: x86_64-unknown-linux-gnu
2929
name: release_linux.tar.gz
30-
- os: ubuntu-latest
30+
- os: ubuntu-22.04
3131
platform: arm64
3232
target: aarch64-unknown-linux-gnu
3333
name: release_linux_arm64.tar.gz
@@ -112,7 +112,7 @@ jobs:
112112
113113
checksum:
114114
needs: release
115-
runs-on: ubuntu-latest
115+
runs-on: ubuntu-22.04
116116
continue-on-error: true
117117
steps:
118118
- name: Download all artifacts

0 commit comments

Comments
 (0)