From a99778aa4df0698d9a4e60a7c03a6eff3ab43d40 Mon Sep 17 00:00:00 2001 From: Alex Ciobanu Date: Wed, 28 Feb 2024 14:17:29 -0500 Subject: [PATCH] bump2. --- .github/workflows/ci.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1ead1e2..8222269 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -63,10 +63,9 @@ jobs: with: platforms: all - - run: echo ${{ runner.os }} ${{ runner.arch }} - - - name: Maker sure pipx is installed for the newer, more streamlined, macOS runners. runner.}} ${{ runner.release }} - if: runner.platform == 'darwin' && runner.release >= 14 + # See discussion here: https://github.com/actions/runner-images/issues/9256 + - name: Maker sure pipx is installed for the arm64 macOS for which it is not installed by default. + if: runner.os == 'macOS' && runner.arch == 'ARM64' run: | brew install pipx pipx ensurepath