]> git.bitcoin.ninja Git - rust-lightning/commitdiff
Skip MSRV on Windows in CI
authorArik Sosman <git@arik.io>
Tue, 22 Oct 2024 20:09:24 +0000 (13:09 -0700)
committerArik Sosman <git@arik.io>
Tue, 22 Oct 2024 20:09:24 +0000 (13:09 -0700)
.github/workflows/build.yml

index 84823d67282f128fa67e3ae1e6efa36fdc9428ce..7487ea4a4ada3694b51e880dbf0b36dc8e22ee0c 100644 (file)
@@ -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