From 443f7282b8e4766e8d1559600f7121f49369d8b5 Mon Sep 17 00:00:00 2001 From: Federico Maccaroni Date: Thu, 23 Nov 2023 18:05:58 -0300 Subject: [PATCH] PM-3350 build.yml Upgraded iOS build to run on macos-13 image which has XCode 15, and set the XCode 15 version as currently the default one is 14.x --- .github/workflows/build.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9e3a96ea6..5dbe1d0c8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -492,12 +492,17 @@ jobs: ios: name: Apple iOS - runs-on: macos-12 + runs-on: macos-13 needs: setup env: ios_folder_path: src/App/Platforms/iOS app_output_name: App steps: + - name: Set XCode version + uses: maxim-lobanov/setup-xcode@v1 + with: + xcode-version: 15.0.1 + - name: Setup NuGet uses: nuget/setup-nuget@296fd3ccf8528660c91106efefe2364482f86d6f # v1.2.0 with: