We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3c868dd + 3d50b1d commit e0838beCopy full SHA for e0838be
.github/workflows/build.yml
@@ -19,6 +19,9 @@ jobs:
19
matrix:
20
platform: [ ubuntu-latest, windows-latest, macos-latest ]
21
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
25
runs-on: ${{ matrix.platform }}
26
steps:
27
- name: Checkout source code
0 commit comments