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 20, 2023
1 parent 1938ca4 commit 692a8ba
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ jobs:
matrix:
rust:
#- stable
- beta
- nightly
#- beta
- nightly
steps:
- name: Checkout sources
uses: actions/checkout@v4
Expand All @@ -38,7 +38,7 @@ jobs:
- name: Checkout sources
uses: actions/checkout@v4
- name: Install rust toolchain
uses: dtolnay/rust-toolchain@beta
uses: dtolnay/rust-toolchain@nightly
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 @@ -13,7 +13,7 @@ jobs:
matrix:
rust:
#- stable
- beta
#- beta
- nightly
steps:
- name: Checkout sources
Expand All @@ -37,7 +37,7 @@ jobs:
- name: Checkout sources
uses: actions/checkout@v4
- name: Install rust toolchain
uses: dtolnay/rust-toolchain@beta
uses: dtolnay/rust-toolchain@nightly
with:
components: clippy
- name: Install dependencies
Expand Down

0 comments on commit 692a8ba

Please sign in to comment.