Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
x86_64-pc-windows-gnu
1 parent c61d275 commit 0e48f3dCopy full SHA for 0e48f3d
.github/workflows/ci.yml
@@ -40,16 +40,12 @@ jobs:
40
fail-fast: false
41
matrix:
42
toolchain:
43
- # `x86_64-pc-windows-gnu` is tier 1 **for now**.
44
- 1.42.0-x86_64-pc-windows-msvc
45
- - 1.42.0-x86_64-pc-windows-gnu
46
- 1.42.0-x86_64-apple-darwin
47
- 1.42.0-x86_64-unknown-linux-gnu
48
include:
49
- toolchain: 1.42.0-x86_64-pc-windows-msvc
50
os: windows-latest
51
- - toolchain: 1.42.0-x86_64-pc-windows-gnu
52
- os: windows-latest
53
- toolchain: 1.42.0-x86_64-apple-darwin
54
os: macOS-latest
55
- toolchain: 1.42.0-x86_64-unknown-linux-gnu
0 commit comments