From f1b7aab6b68913d858c2386dc02f68bed7115023 Mon Sep 17 00:00:00 2001 From: Leo Singer Date: Thu, 25 Apr 2024 23:40:30 -0400 Subject: [PATCH] WIP --- .github/workflows/cibuildwheel.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cibuildwheel.yml b/.github/workflows/cibuildwheel.yml index 7cd36ce..4d2e30f 100644 --- a/.github/workflows/cibuildwheel.yml +++ b/.github/workflows/cibuildwheel.yml @@ -32,7 +32,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ubuntu-latest, windows-latest] + os: [ubuntu-latest] # os: [ubuntu-latest, macos-11, macos-14] steps: