Skip to content

Commit

Permalink
disable stable/beta toolchains for ci
Browse files Browse the repository at this point in the history
  • Loading branch information
robertwayne committed May 13, 2024
1 parent 5b24a95 commit 2de1114
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ jobs:
strategy:
matrix:
toolchain:
- stable
- beta
# - stable
# - beta
- nightly
steps:
- uses: actions/checkout@v4
Expand All @@ -36,8 +36,8 @@ jobs:
strategy:
matrix:
toolchain:
- stable
- beta
# - stable
# - beta
- nightly
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 2de1114

Please sign in to comment.