From 760b3eb392d464ec17134cbbcf51285d3b9af6cc Mon Sep 17 00:00:00 2001 From: Andreas Holm <60451789+holm10@users.noreply.github.com> Date: Mon, 11 Mar 2024 12:57:46 -0700 Subject: [PATCH] Fixes forgotten conditional --- .github/workflows/wheels.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index bc985bd..54b08ad 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -60,7 +60,6 @@ jobs: build_arm_wheels: name: Build wheels on ${{ matrix.os }} for Python ${{ matrix.pyversions }} - if: ${{ matrix.os == 'macos-14' }} runs-on: ${{ matrix.os }} strategy: fail-fast: false