diff --git a/.github/workflows/workspace.yml b/.github/workflows/workspace.yml
index c99eaf66444a3984a9a2f3e45ea7447fc40f9bc0..222b66c3aeccd7dd663ed5a846732a3122b27cc1 100644
--- a/.github/workflows/workspace.yml
+++ b/.github/workflows/workspace.yml
@@ -19,7 +19,7 @@ jobs:
           - x86_64-unknown-linux-gnu
           # - x86_64-unknown-linux-musl
           - x86_64-apple-darwin
-          - x86_64-pc-windows-msvc
+          # - x86_64-pc-windows-msvc
         include:
           - target: x86_64-unknown-linux-gnu
             os: ubuntu-latest
@@ -30,9 +30,9 @@ jobs:
           - target: x86_64-apple-darwin
             os: macOS-latest
             ext:
-          - target: x86_64-pc-windows-msvc
-            os: windows-latest
-            ext: .exe
+          # - target: x86_64-pc-windows-msvc
+          #   os: windows-latest
+          #   ext: .exe
     runs-on: ${{ matrix.os }}
     steps:
     - uses: actions/checkout@v1