We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acc4541 commit 2ce27b4Copy full SHA for 2ce27b4
.github/workflows/cd.yml
@@ -20,14 +20,14 @@ jobs:
20
release:
21
strategy:
22
matrix:
23
- os: [ubuntu-latest, macOS-latest, windows-latest]
+ os: [ubuntu-22.04, macOS-latest, windows-latest]
24
platform: [x86_64, arm64]
25
include:
26
- - os: ubuntu-latest
+ - os: ubuntu-22.04
27
platform: x86_64
28
target: x86_64-unknown-linux-gnu
29
name: release_linux.tar.gz
30
31
platform: arm64
32
target: aarch64-unknown-linux-gnu
33
name: release_linux_arm64.tar.gz
@@ -112,7 +112,7 @@ jobs:
112
113
checksum:
114
needs: release
115
- runs-on: ubuntu-latest
+ runs-on: ubuntu-22.04
116
continue-on-error: true
117
steps:
118
- name: Download all artifacts
0 commit comments