Skip to content

Commit

Permalink
Temporarily disable most of CI to be nice
Browse files Browse the repository at this point in the history
  • Loading branch information
workingjubilee committed Jul 6, 2023
1 parent 6ff19b3 commit 485688d
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,18 +22,18 @@ jobs:
rust: beta
- os: ubuntu-20.04
rust: nightly
- os: macos-latest
rust: stable
- os: macos-latest
rust: nightly
# - os: macos-latest
# rust: stable
# - os: macos-latest
# rust: nightly
# Note that these are on nightly due to rust-lang/rust#63700 not being
# on stable yet
- os: windows-latest
rust: stable-x86_64-msvc
- os: windows-latest
rust: stable-i686-msvc
- os: windows-latest
rust: stable-x86_64-gnu
# - os: windows-latest
# rust: stable-x86_64-msvc
# - os: windows-latest
# rust: stable-i686-msvc
# - os: windows-latest
# rust: stable-x86_64-gnu
steps:
- uses: actions/checkout@v3
with:
Expand Down

0 comments on commit 485688d

Please sign in to comment.