From 9136ada62eab1bb8c018aadbe74871a27d27a4c7 Mon Sep 17 00:00:00 2001 From: Marc-Antoine Schmidt Date: Fri, 13 Oct 2023 09:04:10 -0400 Subject: [PATCH] remove windows and linux --- .github/workflows/build-wheels.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-wheels.yml b/.github/workflows/build-wheels.yml index e0525c75..d66a74be 100644 --- a/.github/workflows/build-wheels.yml +++ b/.github/workflows/build-wheels.yml @@ -12,7 +12,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ubuntu-20.04, windows-2019, macos-11] + os: [macos-11] steps: - uses: actions/checkout@v4