Skip to content

Commit

Permalink
gha/macports: Bump clang to 16 and Python to 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
anlambert committed Sep 12, 2023
1 parent 3358141 commit a57cf34
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/macos-macports-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ jobs:
name: ${{ matrix.config.name }}
runs-on: ${{ matrix.config.os }}
env:
CLANG_VERSION: 15
PYTHON_VERSION: "3.10"
CLANG_VERSION: 16
PYTHON_VERSION: "3.11"
strategy:
fail-fast: false
matrix:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/macos-macports-wheels-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
name: Talipot Python wheels build on macOS
runs-on: macos-11
env:
CLANG_VERSION: 15
CLANG_VERSION: 16
MACOSX_DEPLOYMENT_TARGET: "11.0"
TWINE_REPOSITORY: https://test.pypi.org/legacy/
TWINE_USERNAME: __token__
Expand Down

0 comments on commit a57cf34

Please sign in to comment.