Skip to content

Commit f1db48e

Browse files
committed
chore: update ci toolchain
1 parent 3612d38 commit f1db48e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Install latest nightly
1919
uses: actions-rs/toolchain@v1
2020
with:
21-
toolchain: nightly-2024-10-10
21+
toolchain: stable
2222
override: true
2323
components: rustfmt, clippy
2424

@@ -54,7 +54,7 @@ jobs:
5454
- name: Install latest nightly
5555
uses: actions-rs/toolchain@v1
5656
with:
57-
toolchain: nightly-2024-10-10
57+
toolchain: stable
5858
override: true
5959
components: rustfmt, clippy
6060

@@ -75,7 +75,7 @@ jobs:
7575
- name: Install latest nightly
7676
uses: actions-rs/toolchain@v1
7777
with:
78-
toolchain: nightly-2024-10-10
78+
toolchain: stable
7979
override: true
8080
components: rustfmt, clippy
8181

0 commit comments

Comments
 (0)