Skip to content

Commit

Permalink
chore: Downgrade xcode
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromelaban committed Nov 7, 2024
1 parent 9ca4876 commit 68ac88c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ stages:
ApplicationBuildNumberOffset: 50
BuildCommand: build
pool:
vmImage: macos-15
vmImage: macos-14

variables:
- name: SkipUnknownFrameworks
Expand Down
4 changes: 2 additions & 2 deletions build/stage-uitests-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
SourceLinkEnabled: false

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

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

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

steps:
- checkout: self
Expand Down
4 changes: 2 additions & 2 deletions build/stage-uitests-ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
SourceLinkEnabled: false

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

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

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

steps:
- checkout: self
Expand Down

0 comments on commit 68ac88c

Please sign in to comment.