Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update mac.yml iphone_simulator job - use Xcode 16.4 and simulator ru…
…ntime version 18.5.
  • Loading branch information
edgchen1 authored Aug 25, 2025
commit 36fa8b70a482b3dbd1e117bba1b76196d639e7ed
5 changes: 4 additions & 1 deletion .github/workflows/mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@ jobs:
runs-on: macos-15

env:
xcode_version: 16
xcode_version: 16.4
simulator_runtime_version: 18.5

strategy:
matrix:
Expand Down Expand Up @@ -90,6 +91,8 @@ jobs:
--apple_deploy_target=15.1 \
--apple_sysroot=iphonesimulator \
--osx_arch=${{ matrix.target_arch }}
env:
ORT_GET_SIMULATOR_DEVICE_INFO_REQUESTED_RUNTIME_VERSION: ${{ env.simulator_runtime_version }}

Objective-C-StaticAnalysis:
runs-on: macos-14
Expand Down
Loading