Skip to content

Commit 1e2f9d6

Browse files
authored
Update CI runners for release builds (#1387)
Related to #1386 Not sure if we explicitly need an arm64 host to build an arm64 linux builds since Rust should be able to cross-compile across architectures (we explicitly already do this on macOS). I think it's worth validating this via a release with standard runners and have high confidence it would work.
1 parent c444f74 commit 1e2f9d6

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Cargo.toml

+6-6
Original file line numberDiff line numberDiff line change
@@ -167,12 +167,12 @@ install-updater = true
167167
allow-dirty = ["ci"]
168168

169169
[workspace.metadata.dist.github-custom-runners]
170-
aarch64-apple-darwin = "macos-15-xlarge"
171-
aarch64-unknown-linux-gnu = "ubuntu-2204-32-cores-arm64"
172-
x86_64-apple-darwin = "macos-15-xlarge"
173-
x86_64-pc-windows-msvc = "windows-latest-32-cores-x64"
174-
x86_64-unknown-linux-gnu = "ubuntu-2204-32-cores-x64"
175-
x86_64-unknown-linux-musl = "ubuntu-2204-32-cores-x64"
170+
aarch64-apple-darwin = "macos-15"
171+
aarch64-unknown-linux-gnu = "ubuntu-22.04"
172+
x86_64-apple-darwin = "macos-15"
173+
x86_64-pc-windows-msvc = "windows-latest"
174+
x86_64-unknown-linux-gnu = "ubuntu-22.04"
175+
x86_64-unknown-linux-musl = "ubuntu-22.04"
176176

177177
[workspace.metadata.release]
178178
publish = false

0 commit comments

Comments
 (0)