From 2d2d46f38fb2e8c0362668ca3605f81d71236f68 Mon Sep 17 00:00:00 2001 From: Charles Giessen Date: Fri, 18 Oct 2024 14:19:49 -0500 Subject: [PATCH] Update github actions to macos-13 macos-12 runners are being deprecated. --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 463b4b427..3ca02be9d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -233,7 +233,7 @@ jobs: - run: cmake --install build --prefix build/install mac: - runs-on: macos-12 + runs-on: macos-13 strategy: matrix: config: [ Debug, Release ] @@ -262,7 +262,7 @@ jobs: apple-cross-compile: name: ${{ matrix.CMAKE_SYSTEM_NAME }} - runs-on: macos-12 + runs-on: macos-13 strategy: matrix: CMAKE_SYSTEM_NAME: [ iOS, tvOS ]