From 388d981ed1e87bc69eb6c1140dca4a5db842dd08 Mon Sep 17 00:00:00 2001 From: William Silversmith Date: Mon, 18 Dec 2023 14:49:29 -0500 Subject: [PATCH] build: temporarily exclude macos until ecosystem fixes itself --- .github/workflows/build_wheel.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_wheel.yml b/.github/workflows/build_wheel.yml index e2be310..7adab49 100644 --- a/.github/workflows/build_wheel.yml +++ b/.github/workflows/build_wheel.yml @@ -14,10 +14,10 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ubuntu-20.04, windows-2019, macos-latest] + os: [ubuntu-latest, windows-2019] arch: [auto] include: - - os: ubuntu-20.04 + - os: ubuntu-latest arch: aarch64 steps: