From 8a1ed6e3c4f6c6540123960a7d9be47585b7aa2d Mon Sep 17 00:00:00 2001 From: Quinn Date: Sat, 13 Sep 2025 21:04:29 +0200 Subject: [PATCH] attempt without including windows --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 526a74a..002b76d 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -10,8 +10,8 @@ jobs: os: - ubuntu-latest - ubuntu-24.04-arm - - windows-latest - - windows-11-arm + # - windows-latest + # - windows-11-arm - macos-latest runs-on: ${{matrix.os}} steps: