Skip to content

Commit

Permalink
bump2.
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Ciobanu committed Feb 28, 2024
1 parent 19ea09e commit a99778a
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a99778a

Please sign in to comment.