File tree Expand file tree Collapse file tree 3 files changed +437
-32
lines changed
Expand file tree Collapse file tree 3 files changed +437
-32
lines changed Original file line number Diff line number Diff line change @@ -32,11 +32,11 @@ jobs:
3232 fail-fast : ${{ !contains(github.event.pull_request.labels.*.name, 'CI-no-fail-fast') }}
3333 matrix :
3434 os : [ubuntu-latest, macos-13, windows-latest]
35- toolchain : [1.74 .0, stable, nightly]
35+ toolchain : [1.85 .0, stable, nightly]
3636 zig : [0.11.0, 0.14.1, master]
3737 exclude :
3838 # Only test MSRV with zig stable version
39- - toolchain : 1.74 .0
39+ - toolchain : 1.85 .0
4040 zig : master
4141 env :
4242 RUST_BACKTRACE : " 1"
6565 x86_64-pc-windows-gnu \
6666 i686-pc-windows-gnu
6767 - name : Test bindgen
68- # zstd with bindgen requires Rust 1.77+
69- if : ${{ matrix.toolchain != '1.74.0' }}
7068 shell : bash
7169 run : |
7270 set -e
@@ -134,7 +132,7 @@ jobs:
134132 cargo run zigbuild --target aarch64-apple-darwin --manifest-path tests/hello-tls/Cargo.toml
135133 cargo run zigbuild --target aarch64-apple-darwin --manifest-path tests/hello-rustls/Cargo.toml
136134 - name : macOS - Test build bindgen with SDKROOT
137- if : ${{ matrix.os == 'ubuntu-latest' && matrix.toolchain != '1.74.0' }}
135+ if : ${{ matrix.os == 'ubuntu-latest' }}
138136 env :
139137 SDK : MacOSX11.3.sdk
140138 run : cargo run zigbuild --manifest-path tests/zstd-rs/Cargo.toml --features bindgen --target aarch64-apple-darwin
You can’t perform that action at this time.
0 commit comments