Skip to content

Commit 615ce61

Browse files
authored
Merge branch 'nightly' into release/nightly/bin/nanocl/0.16.3
2 parents fb64e5a + 91a05c6 commit 615ce61

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/draft_nightly_nanocl.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
- name: Set up Rust
9292
uses: actions-rust-lang/setup-rust-toolchain@v1
9393
with:
94-
toolchain: 1.82.0-aarch64-apple-darwin
94+
toolchain: 1.84.1-aarch64-apple-darwin
9595
- name: Set info
9696
run: |
9797
echo "CHANNEL=$(echo ${GITHUB_REF} | awk -F/ '{print $4}')" >> $GITHUB_ENV

.github/workflows/draft_stable_nanocl.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
- name: Set up Rust
9292
uses: actions-rust-lang/setup-rust-toolchain@v1
9393
with:
94-
toolchain: 1.82.0-aarch64-apple-darwin
94+
toolchain: 1.84.1-aarch64-apple-darwin
9595
- name: Set info
9696
run: |
9797
echo "CHANNEL=$(echo ${GITHUB_REF} | awk -F/ '{print $4}')" >> $GITHUB_ENV

0 commit comments

Comments
 (0)