Skip to content

Commit 8828a59

Browse files
authored
Upgrade rust version for CI to latest (#6089)
Moving to the latest Rust release version, [1.65.0](https://blog.rust-lang.org/2022/11/03/Rust-1.65.0.html) for CI.
1 parent 36c8449 commit 8828a59

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -136,11 +136,11 @@ jobs:
136136
matrix:
137137
mode: ['native']
138138
platform: ['ubuntu-22.04', 'macos-11']
139-
rust_version: ['1.58.1']
139+
rust_version: ['1.65.0']
140140
include:
141141
- mode: 'universal'
142142
platform: 'ubuntu-22.04'
143-
rust_version: '1.58.1'
143+
rust_version: '1.65.0'
144144
steps:
145145
- uses: actions/checkout@50fbc622fc4ef5163becd7fab6573eac35f8462e
146146
- uses: actions/setup-python@152ba7c4dd6521b8e9c93f72d362ce03bf6c4f20

0 commit comments

Comments
 (0)