Skip to content

Commit

Permalink
ci: bump the toolchain version
Browse files Browse the repository at this point in the history
Signed-off-by: TennyZhuang <[email protected]>
  • Loading branch information
TennyZhuang committed Oct 2, 2022
1 parent 1c58b1e commit bdf3e2d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
thumbv6m-none-eabi,
x86_64-pc-windows-gnu,
]
channel: [1.58.1, nightly]
channel: [1.61.0, nightly]
include:
- os: macos-latest
target: x86_64-apple-darwin
Expand All @@ -60,10 +60,10 @@ jobs:
channel: nightly
- os: macos-latest
target: x86_64-apple-darwin
channel: 1.58.1
channel: 1.61.0
- os: windows-latest
target: x86_64-pc-windows-msvc
channel: 1.58.1
channel: 1.61.0
- os: ubuntu-latest
target: x86_64-unknown-linux-gnu
channel: 1.56.1
Expand Down

0 comments on commit bdf3e2d

Please sign in to comment.