Skip to content

Commit

Permalink
ci: add brew upgrade
Browse files Browse the repository at this point in the history
We need fixed openssl for Homebrew/homebrew-core#169721.
  • Loading branch information
nijel committed Apr 25, 2024
1 parent c6b9a05 commit 5f05070
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- run: brew update
- run: brew upgrade
- run: brew list --versions
- run: brew deps --tree --installed
- name: Fix Python
Expand Down

0 comments on commit 5f05070

Please sign in to comment.