Skip to content

Commit

Permalink
Update to only use nightly rust
Browse files Browse the repository at this point in the history
  • Loading branch information
OutOfBears committed Oct 17, 2023
1 parent 03b9cbf commit 2e28637
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

strategy:
matrix:
rust_version: [nightly, 1.72.0]
rust_version: nightly

steps:
- uses: actions/checkout@v3
Expand All @@ -39,7 +39,7 @@ jobs:

strategy:
matrix:
rust_version: [nightly, 1.72.0]
rust_version: nightly

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
strategy:
fail-fast: false
matrix:
rust_version: [nightly, 1.72.0]
rust_version: nightly
# https://doc.rust-lang.org/rustc/platform-support.html
include:
- host: linux
Expand Down

0 comments on commit 2e28637

Please sign in to comment.