Skip to content

Commit ea373e6

Browse files
authored
Merge pull request #1513 from EliahKagan/releasing-stable
Use the stable Rust toolchain to build all targets
2 parents 0b28297 + ebc47d5 commit ea373e6

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

.github/workflows/release.yml

+2-8
Original file line numberDiff line numberDiff line change
@@ -86,30 +86,24 @@ jobs:
8686
# When changing these features, make the same change in build-macos-universal2-release.
8787
feature: [ small, lean, max, max-pure ]
8888
include:
89+
- rust: stable
8990
- target: x86_64-unknown-linux-musl
9091
os: ubuntu-latest
91-
rust: stable
9292
- target: arm-unknown-linux-gnueabihf
9393
os: ubuntu-latest
94-
rust: nightly
9594
- target: x86_64-apple-darwin
9695
os: macos-latest
97-
rust: stable
9896
- target: aarch64-apple-darwin
9997
os: macos-latest
100-
rust: stable
10198
- target: x86_64-pc-windows-msvc
10299
os: windows-latest
103-
rust: nightly
104100
- target: x86_64-pc-windows-gnu
105101
os: windows-latest
106-
rust: nightly-x86_64-gnu
102+
rust: stable-x86_64-gnu
107103
- target: i686-pc-windows-msvc
108104
os: windows-latest
109-
rust: nightly
110105
- target: aarch64-pc-windows-msvc
111106
os: windows-latest
112-
rust: nightly
113107
# on linux we build with musl which causes trouble with open-ssl. For now, just build max-pure there
114108
# even though we could also build with `--features max-control,http-client-reqwest,gitoxide-core-blocking-client,gix-features/fast-sha1` for fast hashing.
115109
# It's a TODO.

0 commit comments

Comments
 (0)