Skip to content

Commit

Permalink
gha/homebrew: Bump Python to 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
anlambert committed May 23, 2024
1 parent 0174765 commit 95e1a07
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/macos-homebrew-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ jobs:
config:
- name: Talipot build on macOS 12 (x86_64)
os: macos-12
pyver: "3.11"
pyver: "3.12"
homebrew_path: /usr/local
# - name: Talipot build on macOS 14 (arm64)
# os: macos-14
# pyver: "3.11"
# homebrew_path: /opt/homebrew
- name: Talipot build on macOS 14 (arm64)
os: macos-14
pyver: "3.12"
homebrew_path: /opt/homebrew
steps:
- name: Cancel Previous Runs
uses: styfle/[email protected]
Expand Down Expand Up @@ -56,6 +56,8 @@ jobs:
restore-keys: |
${{ matrix.config.os }}-ccache-
save-always: true
- name: Set PYTHONPATH to fix sipbuild import
run: export PYTHONPATH=$(echo ${{ matrix.config.homebrew_path }}/Cellar/sip/*/libexec/lib/python${{ matrix.config.pyver }}/site-packages/)
- name: Create build directory
run: mkdir build
- name: Configure Talipot core build with CMake
Expand Down

0 comments on commit 95e1a07

Please sign in to comment.