Skip to content

Commit 485688d

Browse files
Temporarily disable most of CI to be nice
1 parent 6ff19b3 commit 485688d

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.github/workflows/main.yml

+10-10
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)