From e700475ee58a52f96ec4f3bbaff833550f256843 Mon Sep 17 00:00:00 2001 From: Devin Binnie <52460000+devinbinnie@users.noreply.github.com> Date: Wed, 8 Jan 2025 09:44:21 -0500 Subject: [PATCH] Switch to Xcode 16.2 (#3276) --- .github/workflows/build-for-pr.yml | 2 +- .github/workflows/ci.yaml | 2 +- .github/workflows/nightly-main.yml | 4 ++-- .github/workflows/nightly-rainforest.yml | 2 +- .github/workflows/release-mas.yaml | 2 +- .github/workflows/release.yaml | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/build-for-pr.yml b/.github/workflows/build-for-pr.yml index 2d5796d3..297645b7 100644 --- a/.github/workflows/build-for-pr.yml +++ b/.github/workflows/build-for-pr.yml @@ -158,7 +158,7 @@ jobs: run: | brew install yq jq '.mac.target=["zip"]' electron-builder.json | jq '.mac.gatekeeperAssess=false' > /tmp/electron-builder.json && cp /tmp/electron-builder.json . - sudo xcode-select -s /Applications/Xcode_16.1.app/Contents/Developer + sudo xcode-select -s /Applications/Xcode_16.2.app/Contents/Developer npm ci - name: ci/build env: diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index c898f6fb..92d97fa1 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -158,7 +158,7 @@ jobs: run: | brew install yq jq '.mac.target=["zip"]' electron-builder.json | jq '.mac.gatekeeperAssess=false' > /tmp/electron-builder.json && cp /tmp/electron-builder.json . - sudo xcode-select -s /Applications/Xcode_16.1.app/Contents/Developer + sudo xcode-select -s /Applications/Xcode_16.2.app/Contents/Developer npm ci - name: ci/test uses: ./.github/actions/test diff --git a/.github/workflows/nightly-main.yml b/.github/workflows/nightly-main.yml index afa85fab..c776b8ee 100644 --- a/.github/workflows/nightly-main.yml +++ b/.github/workflows/nightly-main.yml @@ -129,7 +129,7 @@ jobs: - name: nightly/install-dependencies run: | brew install yq - sudo xcode-select -s /Applications/Xcode_16.1.app/Contents/Developer + sudo xcode-select -s /Applications/Xcode_16.2.app/Contents/Developer npm ci - name: nightly/copy-provisioning-profile run: echo $MAS_PROFILE | base64 -D > ./mas.provisionprofile @@ -160,7 +160,7 @@ jobs: - name: nightly/install-dependencies run: | brew install yq rename - sudo xcode-select -s /Applications/Xcode_16.1.app/Contents/Developer + sudo xcode-select -s /Applications/Xcode_16.2.app/Contents/Developer npm ci - name: nightly/test uses: ./.github/actions/test diff --git a/.github/workflows/nightly-rainforest.yml b/.github/workflows/nightly-rainforest.yml index 3c89a997..d9908c91 100644 --- a/.github/workflows/nightly-rainforest.yml +++ b/.github/workflows/nightly-rainforest.yml @@ -88,7 +88,7 @@ jobs: - name: nightly/install-dependencies run: | brew install yq rename - sudo xcode-select -s /Applications/Xcode_16.1.app/Contents/Developer + sudo xcode-select -s /Applications/Xcode_16.2.app/Contents/Developer npm ci - name: nightly/test uses: ./.github/actions/test diff --git a/.github/workflows/release-mas.yaml b/.github/workflows/release-mas.yaml index a5eb14f7..5e80625d 100644 --- a/.github/workflows/release-mas.yaml +++ b/.github/workflows/release-mas.yaml @@ -36,7 +36,7 @@ jobs: - name: release/install-dependencies run: | brew install yq - sudo xcode-select -s /Applications/Xcode_16.1.app/Contents/Developer + sudo xcode-select -s /Applications/Xcode_16.2.app/Contents/Developer npm ci - name: release/copy-provisioning-profile run: echo $MAS_PROFILE | base64 -D > ./mas.provisionprofile diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 30b19b63..0f7a92af 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -136,7 +136,7 @@ jobs: - name: release/install-dependencies run: | brew install yq rename - sudo xcode-select -s /Applications/Xcode_16.1.app/Contents/Developer + sudo xcode-select -s /Applications/Xcode_16.2.app/Contents/Developer npm ci - name: release/test uses: ./.github/actions/test