File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -22,18 +22,18 @@ jobs:
2222 rust : beta
2323 - os : ubuntu-20.04
2424 rust : nightly
25- - os : macos-latest
26- rust : stable
27- - os : macos-latest
28- rust : nightly
25+ # - os: macos-latest
26+ # rust: stable
27+ # - os: macos-latest
28+ # rust: nightly
2929 # Note that these are on nightly due to rust-lang/rust#63700 not being
3030 # on stable yet
31- - os : windows-latest
32- rust : stable-x86_64-msvc
33- - os : windows-latest
34- rust : stable-i686-msvc
35- - os : windows-latest
36- rust : stable-x86_64-gnu
31+ # - os: windows-latest
32+ # rust: stable-x86_64-msvc
33+ # - os: windows-latest
34+ # rust: stable-i686-msvc
35+ # - os: windows-latest
36+ # rust: stable-x86_64-gnu
3737 steps :
3838 - uses : actions/checkout@v3
3939 with :
You can’t perform that action at this time.
0 commit comments