From ceda6147734d8d2c1c524fc340f1788d1625dea0 Mon Sep 17 00:00:00 2001 From: Alex Ciobanu Date: Wed, 28 Feb 2024 13:21:41 -0500 Subject: [PATCH] Fxied syntax. --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5bde271..b9ba75b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -63,10 +63,10 @@ jobs: with: platforms: all - - name: Maker sure pipx is installed for arm64 macOS. + - name: Maker sure pipx is installed for the newer, more streamlined, macOS runners. if: runner.platform == 'darwin' and runner.release >= 14 - - run: brew install pipx - - run: pipx ensurepath + run: brew install pipx + run: pipx ensurepath - name: Build wheels uses: pypa/cibuildwheel@v2.16.2