Skip to content

Commit f6fde94

Browse files
committed
Use Linux-22.04
1 parent bd9e937 commit f6fde94

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
@@ -89,22 +89,22 @@ jobs:
8989
# `target`: Rust build target triple
9090
# `platform` and `arch`: Used in tarball names
9191
# `svm`: target platform to use for the Solc binary: https://github.com/roynalnaruto/svm-rs/blob/84cbe0ac705becabdc13168bae28a45ad2299749/svm-builds/build.rs#L4-L24
92-
- runner: ubuntu-22.04
92+
- runner: Linux-22.04
9393
target: x86_64-unknown-linux-gnu
9494
svm_target_platform: linux-amd64
9595
platform: linux
9696
arch: amd64
97-
- runner: ubuntu-22.04
97+
- runner: Linux-22.04
9898
target: x86_64-unknown-linux-musl
9999
svm_target_platform: linux-amd64
100100
platform: alpine
101101
arch: amd64
102-
- runner: ubuntu-22.04
102+
- runner: Linux-22.04
103103
target: aarch64-unknown-linux-gnu
104104
svm_target_platform: linux-aarch64
105105
platform: linux
106106
arch: arm64
107-
- runner: ubuntu-22.04
107+
- runner: Linux-22.04
108108
target: aarch64-unknown-linux-musl
109109
svm_target_platform: linux-aarch64
110110
platform: alpine

0 commit comments

Comments
 (0)