Skip to content

Commit e0838be

Browse files
authored
Merge pull request #3379 from arik-so/exclude-windows-msrv
Skip MSRV on Windows in CI
2 parents 3c868dd + 3d50b1d commit e0838be

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yml

+3
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ jobs:
1919
matrix:
2020
platform: [ ubuntu-latest, windows-latest, macos-latest ]
2121
toolchain: [ stable, beta, 1.63.0 ] # 1.63.0 is the MSRV for all crates.
22+
exclude:
23+
- platform: windows-latest
24+
toolchain: 1.63.0
2225
runs-on: ${{ matrix.platform }}
2326
steps:
2427
- name: Checkout source code

0 commit comments

Comments
 (0)