Skip to content

Commit 3ff2368

Browse files
committed
Disable msrv checking on macos-latest
Since 1.53 still can't link on latest macos Signed-off-by: Jiahao XU <[email protected]>
1 parent 022713c commit 3ff2368

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ jobs:
116116
strategy:
117117
fail-fast: false
118118
matrix:
119-
os: [ubuntu-latest, macos-latest, windows-latest]
119+
os: [ubuntu-latest, windows-latest]
120120
steps:
121121
- uses: actions/checkout@v4
122122
- name: Install Rust
@@ -127,7 +127,7 @@ jobs:
127127
shell: bash
128128
- name: Create Cargo.lock with minimal version
129129
run: cargo +nightly update -Zminimal-versions
130-
- name: Cache downloaded crates since 1.46 is really slow in fetching
130+
- name: Cache downloaded crates since 1.53 is really slow in fetching
131131
uses: Swatinem/rust-cache@v2
132132
- run: cargo check --lib
133133
- run: cargo check --lib --all-features

0 commit comments

Comments
 (0)