From 53d92f99894ce19a36d72486cfd00eedba252a04 Mon Sep 17 00:00:00 2001 From: Jian Chen Date: Mon, 31 Mar 2025 15:16:57 -0700 Subject: [PATCH] Update xcode and iphoneSimulatorVersion after MacOS-14 --- .github/workflows/ios.yml | 6 +++--- .../templates/stages/mac-ios-packaging-build-stage.yml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ios.yml b/.github/workflows/ios.yml index d2738f7d09d79..2c51bf0ce476f 100644 --- a/.github/workflows/ios.yml +++ b/.github/workflows/ios.yml @@ -17,7 +17,7 @@ concurrency: jobs: iOS_CI_on_Mac: - runs-on: macos-13 + runs-on: macos-14 steps: - name: Checkout repository uses: actions/checkout@v4 @@ -60,5 +60,5 @@ jobs: timeout-minutes: 150 env: - XCODE_VERSION: 14.3.1 - IOS_SIMULATOR_RUNTIME_VERSION: 16.4 \ No newline at end of file + XCODE_VERSION: 15.3.0 + IOS_SIMULATOR_RUNTIME_VERSION: 17.4 \ No newline at end of file diff --git a/tools/ci_build/github/azure-pipelines/templates/stages/mac-ios-packaging-build-stage.yml b/tools/ci_build/github/azure-pipelines/templates/stages/mac-ios-packaging-build-stage.yml index eeef3b96edd4c..9815e1ac94d24 100644 --- a/tools/ci_build/github/azure-pipelines/templates/stages/mac-ios-packaging-build-stage.yml +++ b/tools/ci_build/github/azure-pipelines/templates/stages/mac-ios-packaging-build-stage.yml @@ -23,8 +23,8 @@ stages: # Note: Keep the Xcode version and iOS simulator version compatible. # Check the table here to see what iOS simulator versions are supported by a particular Xcode version: # https://developer.apple.com/support/xcode/ - xcodeVersion: "14.3.1" - iosSimulatorRuntimeVersion: "16.4" + xcodeVersion: "15.3.0" + iosSimulatorRuntimeVersion: "17.4" ${{ if eq(parameters.packageVariant, 'Full') }}: buildSettingsFile: "tools/ci_build/github/apple/default_full_apple_framework_build_settings.json" cPodName: onnxruntime-c