Skip to content

Commit e43d526

Browse files
committed
update toolchain in ci
1 parent 172cf2f commit e43d526

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -618,7 +618,7 @@ jobs:
618618
- name: Setup Rust toolchain
619619
uses: actions-rust-lang/setup-rust-toolchain@v1
620620
with:
621-
toolchain: nightly-2024-01-29
621+
toolchain: nightly-2024-10-30
622622
target: ${{ matrix.target }}
623623
# override: true # this is by default on
624624
rustflags: ""
@@ -705,7 +705,7 @@ jobs:
705705
- name: Setup Rust toolchain
706706
uses: actions-rust-lang/setup-rust-toolchain@v1
707707
with:
708-
toolchain: nightly-2024-01-29
708+
toolchain: nightly-2024-10-30
709709
target: ${{ matrix.target }}
710710
# override: true # this is by default on
711711
rustflags: ""

.github/workflows/push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ jobs:
237237
- name: Install Rust
238238
uses: actions-rust-lang/setup-rust-toolchain@v1
239239
with:
240-
toolchain: nightly-2024-01-29
240+
toolchain: nightly-2024-10-30
241241
# override: true # this is by default on
242242
rustflags: ""
243243
components: rustfmt

.github/workflows/rust-cubestore-master.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
strategy:
2222
fail-fast: false
2323
matrix:
24-
rust: [nightly-2024-01-29]
24+
rust: [nightly-2024-10-30]
2525
env:
2626
RUST: ${{ matrix.rust }}
2727
steps:
@@ -304,7 +304,7 @@ jobs:
304304
- name: Setup Rust toolchain
305305
uses: actions-rust-lang/setup-rust-toolchain@v1
306306
with:
307-
toolchain: nightly-2024-01-29
307+
toolchain: nightly-2024-10-30
308308
target: ${{ matrix.target }}
309309
# override: true # this is by default on
310310
rustflags: ""

.github/workflows/rust-cubestore.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
strategy:
2727
fail-fast: false
2828
matrix:
29-
rust: [nightly-2024-01-29]
29+
rust: [nightly-2024-10-30]
3030
container:
3131
image: cubejs/rust-builder:bookworm-llvm-18
3232
env:
@@ -229,7 +229,7 @@ jobs:
229229
- name: Setup Rust toolchain
230230
uses: actions-rust-lang/setup-rust-toolchain@v1
231231
with:
232-
toolchain: nightly-2024-01-29
232+
toolchain: nightly-2024-10-30
233233
target: ${{ matrix.target }}
234234
# override: true # this is by default on
235235
rustflags: ""

0 commit comments

Comments
 (0)