From cc1016bf246452bb3e882918ad2e7bd2e93c3ab5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9cio=20Varj=C3=A3o?= <1348549+cvarjao@users.noreply.github.com> Date: Mon, 27 May 2024 13:00:48 -0700 Subject: [PATCH 1/2] Update build.yml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Clécio Varjão <1348549+cvarjao@users.noreply.github.com> --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 06fcd001..05cb2741 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -42,7 +42,7 @@ jobs: name: Run checks strategy: matrix: - os: [macos-latest, windows-latest, ubuntu-latest] + os: [macos-12, windows-latest, ubuntu-latest] runs-on: ${{ matrix.os }} steps: From 37df767bec649ff31797d7c6573cdb77f2e15127 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9cio=20Varj=C3=A3o?= <1348549+cvarjao@users.noreply.github.com> Date: Mon, 27 May 2024 13:16:44 -0700 Subject: [PATCH 2/2] Update build.yml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Clécio Varjão <1348549+cvarjao@users.noreply.github.com> --- .github/workflows/build.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 05cb2741..f0924c32 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -127,7 +127,7 @@ jobs: # using cross here to build against an older glibc for compatibility use_cross: true - architecture: darwin-universal - os: macos-latest + os: macos-12 lib: libindy_vdr.dylib target: darwin-universal # beta or nightly required for aarch64-apple-darwin target @@ -298,7 +298,7 @@ jobs: build-ios: name: Build library (iOS) needs: [checks] - runs-on: macos-latest + runs-on: macos-12 strategy: matrix: target: [aarch64-apple-ios, aarch64-apple-ios-sim, x86_64-apple-ios] @@ -331,7 +331,7 @@ jobs: create-ios-xcframework: name: Create iOS xcframework - runs-on: macos-latest + runs-on: macos-12 needs: build-ios steps: @@ -479,7 +479,7 @@ jobs: - os: ubuntu-latest architecture: linux-x86_64 plat-name: manylinux2014_x86_64 - - os: macos-latest + - os: macos-12 architecture: darwin-universal plat-name: macosx_10_9_universal2 # macosx_10_9_x86_64 - os: windows-latest