From ce2f9a4f761df5857153490bd56ede26da7d42b6 Mon Sep 17 00:00:00 2001 From: Kyle Smith Date: Thu, 18 Apr 2024 20:00:08 -0500 Subject: [PATCH] actions actions --- .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 466cd48..4603f5f 100644 --- a/.github/workflows/build_wheels.yml +++ b/.github/workflows/build_wheels.yml @@ -8,7 +8,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ubuntu-latest, windows-latest, macos-13, macos-14] + os: [ubuntu-latest, macos-13, macos-14] steps: - uses: actions/checkout@v4