diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml
index c30083f0..86ffcc97 100644
--- a/.github/workflows/tests.yaml
+++ b/.github/workflows/tests.yaml
@@ -105,7 +105,7 @@ jobs:
     runs-on: ${{ matrix.os }}-latest
     strategy:
       matrix:
-        os: [MacOS, Windows]  # test all OSs except Ubuntu, which is already running other tests
+        os: [MacOS]  # test all OSs except Ubuntu, which is already running other tests
         python-version: ["3.9", "3.11"]  # test only the two extremes of supported Python versions
         tensorflow-version: ["2.16.1"]  # test only the two extremes of supported TF versions
       fail-fast: false