Browse Source

CI: Switch to v13 macos runner (#7498)

Daniel Hiltgen 5 months ago
parent
commit
046054fa3b
1 changed files with 3 additions and 3 deletions
  1. 3 3
      .github/workflows/release.yaml

+ 3 - 3
.github/workflows/release.yaml

@@ -12,7 +12,7 @@ on:
 jobs:
 jobs:
   # Full build of the Mac assets
   # Full build of the Mac assets
   build-darwin:
   build-darwin:
-    runs-on: macos-12
+    runs-on: macos-13
     environment: release
     environment: release
     steps:
     steps:
       - uses: actions/checkout@v4
       - uses: actions/checkout@v4
@@ -43,8 +43,8 @@ jobs:
           APPLE_PASSWORD: ${{ secrets.APPLE_PASSWORD }}
           APPLE_PASSWORD: ${{ secrets.APPLE_PASSWORD }}
           APPLE_TEAM_ID: ${{ vars.APPLE_TEAM_ID }}
           APPLE_TEAM_ID: ${{ vars.APPLE_TEAM_ID }}
           APPLE_ID: ${{ vars.APPLE_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: |
         run: |
           ./scripts/build_darwin.sh
           ./scripts/build_darwin.sh