From a0baee815f4ecdc965952dbe8113c3e764269b53 Mon Sep 17 00:00:00 2001 From: Matthieu Gautier Date: Thu, 11 Apr 2024 19:15:30 +0200 Subject: [PATCH 1/2] Update to python 3.10 --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 65da67b..db3a36c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -163,10 +163,10 @@ jobs: run: sudo xcode-select -s /Applications/Xcode_15.0.1.app - name: Checkout code uses: actions/checkout@v3 - - name: Setup python 3.8 + - name: Setup python 3.10 uses: actions/setup-python@v3 with: - python-version: '3.8' + python-version: '3.10' - name: Install packages run: brew install pkg-config ninja automake autoconf From 89802f5e076c9c2fe9d1f7338bf4639e6db67ffe Mon Sep 17 00:00:00 2001 From: Matthieu Gautier Date: Thu, 11 Apr 2024 17:31:15 +0200 Subject: [PATCH 2/2] Publish deps archive on macos arm64 using mixed config. --- .github/scripts/build_definition.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/scripts/build_definition.py b/.github/scripts/build_definition.py index 76af139..5b38c0e 100644 --- a/.github/scripts/build_definition.py +++ b/.github/scripts/build_definition.py @@ -29,7 +29,7 @@ BUILD_DEF = """ | macos | iOSSimulator_x86_64| dB | dB | | | | | ios-x86_64-dyn | | macos | iOSSimulator_arm64 | B | B | | | | | | | macos | macOS_arm64_static | | | BP | BP | | macos-arm64 | | - | macos | macOS_arm64_mixed | BP | BP | | | | macos-arm64 | | + | macos | macOS_arm64_mixed | dBP | dBP | d | | | macos-arm64 | macos-aarch64-dyn | | macos | macOS_x86_64 | B | B | | | | | | | macos | apple_all_static | | BP | | | | xcframework | | ----------------------------------------------------------------------------------------------------------------------------------------------