From 024e7fbec10e5be6088ee3dee60540fbdaa5e6fd Mon Sep 17 00:00:00 2001 From: Thomas von Dein Date: Thu, 19 Dec 2024 11:07:27 +0100 Subject: [PATCH] temporarily do not test on windows, see #5 --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index b35ffdb..ad01aff 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -5,7 +5,7 @@ jobs: strategy: matrix: version: [1.21] - os: [ubuntu-latest, windows-latest, macos-latest] + os: [ubuntu-latest, macos-latest] name: Build runs-on: ${{ matrix.os }} steps: