Skip to content

Commit

Permalink
chore: macos-14 for sims, macos-15 for builds
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromelaban committed Nov 7, 2024
1 parent a319943 commit 2ba7cb8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ variables:
IsCanaryBranch: $[startsWith(variables['Build.SourceBranch'], 'refs/heads/canaries/')]

XCODE_ROOT: '/Applications/Xcode_16.app'
XCODE_ROOT_UITESTS: '/Applications/Xcode_15.3.app'

# Required to about trashing azdo hosted agents
AotCompileMaxDegreeOfParallelism: 2
Expand Down
5 changes: 3 additions & 2 deletions build/stage-uitests-ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
SourceLinkEnabled: false

pool:
vmImage: 'macos-14'
vmImage: 'macos-15'

steps:
- checkout: self
Expand Down Expand Up @@ -51,6 +51,7 @@
SourceLinkEnabled: false

pool:
# Keep an older version to avoid https://github.com/actions/runner-images/issues/10925
vmImage: 'macos-14'

steps:
Expand All @@ -59,7 +60,7 @@

- template: templates/xcode-select.yml
parameters:
xCodeRoot: $(XCODE_ROOT)
xCodeRoot: $(XCODE_ROOT_UITEST)

- download: current
artifact: iOS_UITest
Expand Down

0 comments on commit 2ba7cb8

Please sign in to comment.