From 046054fa3bba6d6511bcf46ca53f3ee8bc972df6 Mon Sep 17 00:00:00 2001 From: Daniel Hiltgen Date: Mon, 4 Nov 2024 13:02:07 -0800 Subject: [PATCH] CI: Switch to v13 macos runner (#7498) --- .github/workflows/release.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index e9e2e12d..a0f5e4d4 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -12,7 +12,7 @@ on: jobs: # Full build of the Mac assets build-darwin: - runs-on: macos-12 + runs-on: macos-13 environment: release steps: - uses: actions/checkout@v4 @@ -43,8 +43,8 @@ jobs: APPLE_PASSWORD: ${{ secrets.APPLE_PASSWORD }} APPLE_TEAM_ID: ${{ vars.APPLE_TEAM_ID }} APPLE_ID: ${{ vars.APPLE_ID }} - SDKROOT: /Applications/Xcode_13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk - DEVELOPER_DIR: /Applications/Xcode_13.4.1.app/Contents/Developer + SDKROOT: /Applications/Xcode_14.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk + DEVELOPER_DIR: /Applications/Xcode_14.1.0.app/Contents/Developer run: | ./scripts/build_darwin.sh