From 4072ad9012706c28514b9ef596bcfb7c7896b37f Mon Sep 17 00:00:00 2001 From: O01eg Date: Sun, 22 Dec 2024 12:25:34 +0400 Subject: [PATCH] Update MacOS runner from 11 to 13 --- .github/workflows/android-macos-python.yml | 2 +- .github/workflows/macos.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/android-macos-python.yml b/.github/workflows/android-macos-python.yml index 6837ff2..c91aa14 100644 --- a/.github/workflows/android-macos-python.yml +++ b/.github/workflows/android-macos-python.yml @@ -15,7 +15,7 @@ on: jobs: build-android: name: ${{ matrix.ndk-arch }} on ${{ matrix.arch }} Android - runs-on: macos-11 + runs-on: macos-13 strategy: matrix: ndk-arch: [x86_64] diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index ed36448..781f5fd 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -10,7 +10,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [macos-11] + os: [macos-13] env: CMAKE_BUILD_PARALLEL_LEVEL: 2 HOMEBREW_NO_AUTO_UPDATE: 1 @@ -21,7 +21,7 @@ jobs: run: | mkdir build cd build - xcversion select 11.7 + xcodes select 14.1 cmake -DCMAKE_XCODE_BUILD_SYSTEM=1 .. - name: Build run: |