Skip to content

Commit 2594b6e

Browse files
authored
ci: exclude Windows / Beta Rust from CI (#285)
Signed-off-by: Spencer Wilson <[email protected]>
1 parent ae8f7c4 commit 2594b6e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

+2
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ jobs:
2121
exclude:
2222
- os: windows-latest
2323
rust: nightly
24+
- os: windows-latest
25+
rust: beta
2426
env:
2527
# 20 MiB stack
2628
RUST_MIN_STACK: 20971520

0 commit comments

Comments
 (0)