Skip to content

Commit

Permalink
Merge pull request lightningdevkit#3379 from arik-so/exclude-windows-…
Browse files Browse the repository at this point in the history
…msrv

Skip MSRV on Windows in CI
  • Loading branch information
TheBlueMatt authored Oct 23, 2024
2 parents 3c868dd + 3d50b1d commit e0838be
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e0838be

Please sign in to comment.