Skip to content

Commit 7b88b32

Browse files
Add python 3.12 to brew workaround in CI
1 parent 5b19fbf commit 7b88b32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/c-cpp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
run: |
2828
brew update
2929
# Temporary Workaround for conflict with multiple python in brew
30-
brew install --overwrite python@3.11 python@3.10
30+
brew install --overwrite python@3.12 python@3.11 python@3.10
3131
brew install autoconf automake libtool pkg-config
3232
brew install boost
3333
brew install capnp

0 commit comments

Comments
 (0)