mirror of
https://github.com/lightningdevkit/rust-lightning.git
synced 2025-01-18 21:34:48 +01:00
Merge pull request #3379 from arik-so/exclude-windows-msrv
Skip MSRV on Windows in CI
This commit is contained in:
commit
e0838be5e4
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@ -19,6 +19,9 @@ jobs:
|
||||
matrix:
|
||||
platform: [ ubuntu-latest, windows-latest, macos-latest ]
|
||||
toolchain: [ stable, beta, 1.63.0 ] # 1.63.0 is the MSRV for all crates.
|
||||
exclude:
|
||||
- platform: windows-latest
|
||||
toolchain: 1.63.0
|
||||
runs-on: ${{ matrix.platform }}
|
||||
steps:
|
||||
- name: Checkout source code
|
||||
|
Loading…
Reference in New Issue
Block a user