From f7ff798e3b8488f9929fd5b7287acce7c23776f3 Mon Sep 17 00:00:00 2001 From: Cornelius Roemer Date: Fri, 20 Jun 2025 11:34:02 +0200 Subject: [PATCH] Don't test windows as script would have to be adapted --- .github/workflows/integration-tests.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index e39c0df..ac2d9e3 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -12,8 +12,6 @@ jobs: os: - ubuntu-latest - ubuntu-24.04-arm - - windows-latest - - windows-11-arm - macos-latest # arm - macos-13 # x64 fail-fast: false