Skip to content

Commit 32089d4

Browse files
authored
Use rust beta for x86_64 macos artifacts (#12417)
Looks like the upstream bug is fixed in beta, so rely on that instead of nightly.
1 parent dd47158 commit 32089d4

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

ci/build-build-matrix.js

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,10 @@ const array = [
4646
"env": { "MACOSX_DEPLOYMENT_TARGET": "10.12" },
4747
// Similar to https://github.com/bytecodealliance/wasmtime/pull/12245, we
4848
// need to avoid a rustc bug that results in linker errors depending on the
49-
// order and division of code into CGUs. This is fixed on nightly but not
50-
// stable yet.
51-
"rust": "wasmtime-ci-pinned-nightly",
49+
// order and division of code into CGUs. This is fixed on beta but not
50+
// stable yet. Once Rust 1.94 is released this configuration option can be
51+
// deleted to use stable by default.
52+
"rust": "beta-2026-01-20",
5253
},
5354
{
5455
"build": "aarch64-macos",

0 commit comments

Comments
 (0)