Skip to content

Commit

Permalink
Add python 3.12 to brew workaround in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
greenscientist committed Mar 12, 2024
1 parent d6aa035 commit 3ac915e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: |
brew update
# Temporary Workaround for conflict with multiple python in brew
brew install --overwrite [email protected] [email protected]
brew install --overwrite python@3.12 python@3.11 [email protected]
brew install autoconf automake libtool pkg-config
brew install boost
brew install capnp
Expand Down

0 comments on commit 3ac915e

Please sign in to comment.