Skip to content

Commit

Permalink
Remove CI runs on beta channels (#1344)
Browse files Browse the repository at this point in the history
* Remove CI runs on `beta` channels

* Remove `nightly` build too
  • Loading branch information
grtlr committed Apr 20, 2022
1 parent 2e1ce54 commit aae1976
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,9 @@ jobs:
continue-on-error: ${{ matrix.experimental }}
strategy:
matrix:
rust: [stable, beta]
# Switch back to `windows-latest` when it reliably compiles again.
rust: [stable]
os: [ubuntu-latest, macos-latest, windows-latest]
experimental: [false]
include:
# The following ensures that workflows relying on `nightly` don't break.
- rust: nightly
os: ubuntu-latest
experimental: true

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit aae1976

Please sign in to comment.