Skip to content

Commit

Permalink
Merge pull request #524 from Pedro-Beirao/master
Browse files Browse the repository at this point in the history
Use latest python on macos action
  • Loading branch information
kraflab authored Oct 25, 2024
2 parents 64f12d1 + 568f93b commit e6015ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ jobs:
if: runner.os == 'macOS'
run: |
brew update
brew install --overwrite python@3.12
brew install --overwrite python
env HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK=1 \
brew install \
cmake \
Expand Down

0 comments on commit e6015ac

Please sign in to comment.