Skip to content

Commit

Permalink
gha/homebrew: Downgrade Python to 3.11 on macos-13 to fix SIP install
Browse files Browse the repository at this point in the history
  • Loading branch information
anlambert committed Nov 27, 2023
1 parent c41817a commit 46dfb83
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/macos-homebrew-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
pyver: "3.11"
- name: Talipot build on macOS 13
os: macos-13
pyver: "3.12"
pyver: "3.11"
steps:
- name: Cancel Previous Runs
uses: styfle/[email protected]
Expand All @@ -32,6 +32,7 @@ jobs:
graphviz
libgit2
python@${{ matrix.config.pyver }}
sip
cppunit
pkg-config
glew
Expand All @@ -40,8 +41,6 @@ jobs:
fontconfig
qt6
quazip || brew link --overwrite python@${{ matrix.config.pyver }}
- name: Install SIP from source
run: brew install --build-from-source sip
- name: Prepare ccache timestamp
id: get-current-date
run: |
Expand Down

0 comments on commit 46dfb83

Please sign in to comment.