Skip to content

Commit 1790903

Browse files
committed
Drop beta columns because of rust-lang/rust#66518
1 parent c33803b commit 1790903

File tree

1 file changed

+21
-20
lines changed

1 file changed

+21
-20
lines changed

.github/workflows/ci.yml

+21-20
Original file line numberDiff line numberDiff line change
@@ -104,10 +104,11 @@ jobs:
104104
- stable-x86_64-pc-windows-gnu
105105
- stable-x86_64-apple-darwin
106106
- 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
111112
include:
112113
- toolchain: 1.38.0-x86_64-pc-windows-msvc
113114
features: --no-default-features
@@ -141,22 +142,22 @@ jobs:
141142
features: --all-features
142143
dep_tests: true
143144
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
160161

161162
name: ${{ matrix.toolchain }}
162163
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)