From 98f08a6d4a90f3644b6c2c68efb2cbd86c75d87a Mon Sep 17 00:00:00 2001 From: Jonathan Thomas Date: Wed, 19 Jun 2024 21:09:44 -0500 Subject: [PATCH] Fixing GitHub builder, removing Windows --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0f44c7a9..aed5cccd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,7 +5,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ubuntu-20.04, ubuntu-22.04, windows-latest] + os: [ubuntu-20.04, ubuntu-22.04] steps: - uses: actions/checkout@v4