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 13, 2024
1 parent 5b19fbf commit 7b88b32
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 python@3.11 python@3.10
brew install --overwrite python@3.12 python@3.11 python@3.10
brew install autoconf automake libtool pkg-config
brew install boost
brew install capnp
Expand Down

0 comments on commit 7b88b32

Please sign in to comment.