From 79c8130a60ef8c4d777fc55998e136c6de5b8f9c Mon Sep 17 00:00:00 2001 From: Matt Corallo Date: Wed, 26 Apr 2023 00:56:58 +0000 Subject: [PATCH] Drop windows-latest stable rustc build as it now fails Needs a backport of the fixes in [1] to ntapi 0.3. [1] https://github.com/MSxDOS/ntapi/issues/15 --- .github/workflows/build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4763a83..acde23e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 -- 2.30.2