diff --git a/scripts/ci/jobs/build-wheels.yml b/scripts/ci/jobs/build-wheels.yml
index 0aeb2bc730a32ecff338db63bcc590984efbf33c..e6014b6764c108d233aa727e7d92c9b1b29645a0 100644
--- a/scripts/ci/jobs/build-wheels.yml
+++ b/scripts/ci/jobs/build-wheels.yml
@@ -55,7 +55,7 @@ build wheels mac:
     CMAKE_OSX_DEPLOYMENT_TARGET: "10.15"
   <<: *wheels_template
 
-build wheels win:
+.build wheels win: # disabled temporarily due to runner hardware failure
   tags: [windows]
   extends:
     - .vs2019-environment
@@ -65,7 +65,7 @@ build wheels win:
 
 publish wheels:
   stage: release
-  needs: ["build wheels linux", "build wheels mac", "build wheels win"]
+  needs: ["build wheels linux", "build wheels mac"] # , "build wheels win", # disabled temporarily due to runner hardware failure
   tags: [envinf, shell]
   rules:
     - if: $CI_COMMIT_TAG
diff --git a/scripts/ci/pipelines/regular.yml b/scripts/ci/pipelines/regular.yml
index 8fdc940da96c71533eb7fc24f298b62d16a13acf..c3e359b0309a7978faade81399b3472ef4c70dbd 100644
--- a/scripts/ci/pipelines/regular.yml
+++ b/scripts/ci/pipelines/regular.yml
@@ -5,7 +5,7 @@ include:
   - local: "/scripts/ci/jobs/pre-commit.yml"
   - local: "/scripts/ci/pipelines/linux.yml"
   - local: "/scripts/ci/pipelines/mac.yml"
-  - local: "/scripts/ci/pipelines/win.yml"
+  # - local: "/scripts/ci/pipelines/win.yml" # disabled temporarily due to runner hardware failure
   - local: "/scripts/ci/jobs/build-docs.yml"
   - local: "/scripts/ci/jobs/jupyter.yml"
   - local: "/scripts/ci/jobs/code-quality.yml"