Skip to content

Commit b20e01c

Browse files
committed
try to fix CI by not using nightly toolchains on windows
1 parent c7ea529 commit b20e01c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/cross-platform-testing.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -36,15 +36,15 @@ jobs:
3636
target: x86_64-apple-darwin
3737
- build: win-msvc
3838
os: windows-2019
39-
rust: nightly
39+
rust: stable
4040
target: x86_64-pc-windows-msvc
4141
- build: win-gnu
4242
os: windows-2019
43-
rust: nightly-x86_64-gnu
43+
rust: stable
4444
target: x86_64-pc-windows-gnu
4545
- build: win32-msvc
4646
os: windows-2019
47-
rust: nightly
47+
rust: stable
4848
target: i686-pc-windows-msvc
4949

5050
steps:

0 commit comments

Comments
 (0)