Skip to content

Commit

Permalink
update ci config
Browse files Browse the repository at this point in the history
  • Loading branch information
zh-jq-b committed Nov 22, 2023
1 parent 52b6c57 commit d4410a3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
rust:
- stable
#- stable
- beta
- nightly
steps:
Expand All @@ -38,7 +38,7 @@ jobs:
- name: Checkout sources
uses: actions/checkout@v4
- name: Install rust toolchain
uses: dtolnay/rust-toolchain@stable
uses: dtolnay/rust-toolchain@beta
with:
components: clippy
- name: Install dependencies
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
rust:
- stable
#- stable
- beta
- nightly
steps:
Expand All @@ -37,7 +37,7 @@ jobs:
- name: Checkout sources
uses: actions/checkout@v4
- name: Install rust toolchain
uses: dtolnay/rust-toolchain@stable
uses: dtolnay/rust-toolchain@beta
with:
components: clippy
- name: Install dependencies
Expand Down

0 comments on commit d4410a3

Please sign in to comment.