From a57cf34f616ed74cb014b0a54ca3570aac8dad2f Mon Sep 17 00:00:00 2001 From: Antoine Lambert Date: Tue, 12 Sep 2023 19:58:34 +0200 Subject: [PATCH] gha/macports: Bump clang to 16 and Python to 3.11 --- .github/workflows/macos-macports-build.yml | 4 ++-- .github/workflows/macos-macports-wheels-build.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/macos-macports-build.yml b/.github/workflows/macos-macports-build.yml index 00e5c08995..9b0308ae8e 100644 --- a/.github/workflows/macos-macports-build.yml +++ b/.github/workflows/macos-macports-build.yml @@ -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: diff --git a/.github/workflows/macos-macports-wheels-build.yml b/.github/workflows/macos-macports-wheels-build.yml index 5c4ea8040d..02cfdab044 100644 --- a/.github/workflows/macos-macports-wheels-build.yml +++ b/.github/workflows/macos-macports-wheels-build.yml @@ -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__