From 5db42a2b15afa44426c733e78e99e26a1308c4d6 Mon Sep 17 00:00:00 2001 From: Quinn Date: Mon, 15 Sep 2025 12:42:59 +0200 Subject: [PATCH] disable windows from the CI. yeah, fuck you too. Windows has been... quite the pain to deal with, and I've reached the limit of what I can be arsed to do to try and make it work. --- .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 92ceca9..bbce95a 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -11,8 +11,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: