From 6a895bdf6fa2d39975afe9f3d129c2551d6870e2 Mon Sep 17 00:00:00 2001 From: Nan Date: Mon, 6 Jul 2026 17:30:18 -0700 Subject: [PATCH] fix: pin CI Xcode selection Co-authored-by: Cursor --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b66852d46..07f2ebc3c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,12 +11,12 @@ on: jobs: build: name: Build and Test using any available iPhone simulator - runs-on: macos-latest-large + runs-on: macos-15-large steps: - name: Select Xcode Version run: | - sudo xcode-select -s /Applications/Xcode_16.4.0.app + sudo xcode-select -s /Applications/Xcode_16.4.app/Contents/Developer - name: Checkout OneSignal-iOS-SDK uses: actions/checkout@v3 - name: Set Default Scheme