From 2242bc18ff34b0d61790023cbe6925034c0c9cfa Mon Sep 17 00:00:00 2001 From: Tyler Ohlsen Date: Fri, 1 Mar 2024 18:29:26 -0800 Subject: [PATCH] Remove windows support Signed-off-by: Tyler Ohlsen --- .github/workflows/build-and-test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index 8d1b57ef..676df60f 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -48,12 +48,12 @@ jobs: uses: codecov/codecov-action@v1 # TODO: once github actions supports windows and macos docker containers, we can - # merge these in to the above step's matrix. + # merge these in to the above step's matrix, including adding windows support build-and-test-windows-macos: name: Build & test strategy: matrix: - os: [macos-latest, windows-latest] + os: [macos-latest] runs-on: ${{ matrix.os }} steps: # Enable longer filenames for windows