Drop windows-latest stable rustc build as it now fails
authorMatt Corallo <git@bluematt.me>
Wed, 26 Apr 2023 00:56:58 +0000 (00:56 +0000)
committerMatt Corallo <git@bluematt.me>
Wed, 26 Apr 2023 00:56:58 +0000 (00:56 +0000)
Needs a backport of the fixes in [1] to ntapi 0.3.

[1] https://github.com/MSxDOS/ntapi/issues/15

.github/workflows/build.yml

index 4763a8354b10955c5a4b21cd77b97d9820f43461..acde23e5cba5d1f985f0acff3c630e7a9af5404a 100644 (file)
@@ -14,6 +14,8 @@ jobs:
         exclude:
           - platform: macos-latest
             toolchain: 1.48.0
+          - platform: windows-latest
+            toolchain: stable
     runs-on: ${{ matrix.platform }}
     steps:
       - name: Checkout source code