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:
22
22
rust : beta
23
23
- os : ubuntu-20.04
24
24
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
29
29
# Note that these are on nightly due to rust-lang/rust#63700 not being
30
30
# 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
37
37
steps :
38
38
- uses : actions/checkout@v3
39
39
with :
You can’t perform that action at this time.
0 commit comments