Skip to content

Commit 8202923

Browse files
committed
fix: ci
1 parent e482b00 commit 8202923

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ permissions:
99
on:
1010
push:
1111
branches:
12-
- master
12+
- fix/ci
1313
tags-ignore:
1414
- '**'
1515
paths-ignore:
@@ -108,7 +108,7 @@ jobs:
108108
uses: dtolnay/rust-toolchain@stable
109109
if: ${{ !matrix.settings.docker }}
110110
with:
111-
toolchain: nightly-2023-12-28
111+
toolchain: nightly-2024-09-05
112112
targets: ${{ matrix.settings.target }}
113113

114114
- name: Cache cargo

0 commit comments

Comments
 (0)