From ee45f7eff8291cef79ae94c0252838b236b4d16d Mon Sep 17 00:00:00 2001 From: Marc Plano-Lesay Date: Sun, 9 Oct 2022 15:20:16 +1100 Subject: [PATCH] Disable Windows on CI Work for a Windows compatible toolchain is tracked in #94. --- .github/workflows/ci.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index ed01cc6..20b3464 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -18,7 +18,6 @@ jobs: platform: - ubuntu-latest - macos-latest - - windows-latest runs-on: ${{ matrix.platform }}