We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ff19b3 commit 485688dCopy full SHA for 485688d
.github/workflows/main.yml
@@ -22,18 +22,18 @@ jobs:
22
rust: beta
23
- os: ubuntu-20.04
24
rust: nightly
25
- - os: macos-latest
26
- rust: stable
27
28
- rust: nightly
+ # - os: macos-latest
+ # rust: stable
+ # rust: nightly
29
# Note that these are on nightly due to rust-lang/rust#63700 not being
30
# on stable yet
31
- - os: windows-latest
32
- rust: stable-x86_64-msvc
33
34
- rust: stable-i686-msvc
35
36
- rust: stable-x86_64-gnu
+ # - os: windows-latest
+ # rust: stable-x86_64-msvc
+ # rust: stable-i686-msvc
+ # rust: stable-x86_64-gnu
37
steps:
38
- uses: actions/checkout@v3
39
with:
0 commit comments