@@ -104,10 +104,11 @@ jobs:
104
104
- stable-x86_64-pc-windows-gnu
105
105
- stable-x86_64-apple-darwin
106
106
- stable-x86_64-unknown-linux-gnu
107
- - beta-x86_64-pc-windows-msvc
108
- - beta-x86_64-pc-windows-gnu
109
- - beta-x86_64-apple-darwin
110
- - beta-x86_64-unknown-linux-gnu
107
+ # https://github.com/rust-lang/rust/issues/66518
108
+ # - beta-x86_64-pc-windows-msvc
109
+ # - beta-x86_64-pc-windows-gnu
110
+ # - beta-x86_64-apple-darwin
111
+ # - beta-x86_64-unknown-linux-gnu
111
112
include :
112
113
- toolchain : 1.38.0-x86_64-pc-windows-msvc
113
114
features : --no-default-features
@@ -141,22 +142,22 @@ jobs:
141
142
features : --all-features
142
143
dep_tests : true
143
144
os : ubuntu-18.04
144
- - toolchain : beta-x86_64-pc-windows-msvc
145
- features : --no-default-features
146
- dep_tests : true
147
- os : windows-latest
148
- - toolchain : beta-x86_64-pc-windows-gnu
149
- features : --no-default-features
150
- dep_tests : false
151
- os : windows-latest
152
- - toolchain : beta-x86_64-apple-darwin
153
- features : --all-features
154
- dep_tests : true
155
- os : macOS-latest
156
- - toolchain : beta-x86_64-unknown-linux-gnu
157
- features : --all-features
158
- dep_tests : true
159
- os : ubuntu-18.04
145
+ # - toolchain: beta-x86_64-pc-windows-msvc
146
+ # features: --no-default-features
147
+ # dep_tests: true
148
+ # os: windows-latest
149
+ # - toolchain: beta-x86_64-pc-windows-gnu
150
+ # features: --no-default-features
151
+ # dep_tests: false
152
+ # os: windows-latest
153
+ # - toolchain: beta-x86_64-apple-darwin
154
+ # features: --all-features
155
+ # dep_tests: true
156
+ # os: macOS-latest
157
+ # - toolchain: beta-x86_64-unknown-linux-gnu
158
+ # features: --all-features
159
+ # dep_tests: true
160
+ # os: ubuntu-18.04
160
161
161
162
name : ${{ matrix.toolchain }}
162
163
runs-on : ${{ matrix.os }}
0 commit comments