Skip to content

Commit

Permalink
Update CI toolchain config
Browse files Browse the repository at this point in the history
  • Loading branch information
keppel committed Feb 22, 2024
1 parent e81b160 commit ab3b122
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Use Nightly
uses: actions-rs/toolchain@v1
with:
toolchain: nightly-2023-05-08
toolchain: nightly-2024-02-14
override: true
- name: Cache
uses: actions/cache@v3
Expand Down Expand Up @@ -49,7 +49,7 @@ jobs:
- name: Use Nightly
uses: actions-rs/toolchain@v1
with:
toolchain: nightly-2023-05-08
toolchain: nightly-2024-02-14
override: true
- name: Cache
uses: actions/cache@v3
Expand Down Expand Up @@ -78,7 +78,7 @@ jobs:
- name: Use Nightly
uses: actions-rs/toolchain@v1
with:
toolchain: nightly-2023-05-08
toolchain: nightly-2024-02-14
components: llvm-tools-preview
override: true
- name: Cache
Expand Down Expand Up @@ -119,7 +119,7 @@ jobs:
- name: Use Nightly
uses: actions-rs/toolchain@v1
with:
toolchain: nightly-2023-05-08
toolchain: nightly-2024-02-14
components: rustfmt
override: true
- name: Check
Expand All @@ -136,7 +136,7 @@ jobs:
- name: Use Nightly
uses: actions-rs/toolchain@v1
with:
toolchain: nightly-2023-05-08
toolchain: nightly-2024-02-14
components: clippy
override: true
- name: Cache
Expand Down

0 comments on commit ab3b122

Please sign in to comment.