From 0b3277edc28fa8d4da7483e09b3d7b4cef04a161 Mon Sep 17 00:00:00 2001 From: Mike Schuchardt Date: Fri, 8 Dec 2023 09:53:29 -0800 Subject: [PATCH] ci: Update to macos-12 for iOS build CMake 3.28 is having issues with the macos-11 runner. --- .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 34bdf77a6a..93fb34c716 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -357,7 +357,7 @@ jobs: apple-cross-compile: name: ${{ matrix.CMAKE_SYSTEM_NAME }} - runs-on: macos-11 + runs-on: macos-12 strategy: matrix: CMAKE_SYSTEM_NAME: [ iOS, tvOS ]