Skip to content

Commit 8f44b43

Browse files
committed
ci: stabilize manylinux wheel builds
1 parent 2246eae commit 8f44b43

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ jobs:
179179
env:
180180
RUST_BACKTRACE: 1
181181
with:
182-
rust-toolchain: nightly
182+
rust-toolchain: stable
183183
target: x86_64
184184
manylinux: auto
185185
rustup-components: rust-std rustfmt # Keep them in one line due to https://github.com/PyO3/maturin-action/issues/153
@@ -217,8 +217,8 @@ jobs:
217217
env:
218218
RUST_BACKTRACE: 1
219219
with:
220-
rust-toolchain: nightly
221-
target: aarch64
220+
rust-toolchain: stable
221+
target: aarch64-unknown-linux-gnu
222222
# Use manylinux_2_28-cross because the manylinux2014-cross has GCC 4.8.5, which causes the build to fail
223223
manylinux: 2_28
224224
rustup-components: rust-std rustfmt # Keep them in one line due to https://github.com/PyO3/maturin-action/issues/153

0 commit comments

Comments
 (0)