Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion build/scripts/ios-uitest-run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export UNO_UITEST_NUGET_URL=https://dist.nuget.org/win-x86-commandline/v5.7.0/nu
export UNO_ORIGINAL_TEST_RESULTS=$BUILD_SOURCESDIRECTORY/build/ios-uitest-results-$VARIANT_NAME.xml
export UNO_UITEST_RUNTIMETESTS_RESULTS_FILE_PATH=$UNO_ORIGINAL_TEST_RESULTS
export UNO_TESTS_RESPONSE_FILE=$BUILD_SOURCESDIRECTORY/build/nunit.response
export UNO_UITEST_SIMULATOR_VERSION="com.apple.CoreSimulator.SimRuntime.iOS-17-5"
export UNO_UITEST_SIMULATOR_VERSION="com.apple.CoreSimulator.SimRuntime.iOS-18-4"
export UNO_UITEST_SIMULATOR_NAME="iPad (10th generation)"
export UNO_UITEST_BINARY=$BUILD_SOURCESDIRECTORY/Chefs.UITests/bin/Release/net9.0/Chefs.UITests.dll

Expand Down
2 changes: 1 addition & 1 deletion build/workflow/build-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ jobs:
- job: Android_UITest_Build
timeoutInMinutes: 90
pool:
vmImage: macOS-14
vmImage: macOS-15

steps:
- checkout: self
Expand Down
4 changes: 2 additions & 2 deletions build/workflow/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ variables:
UseSkiaRendering: 'true'
IsCanaryBranch: $[startsWith(variables['Build.SourceBranch'], 'refs/heads/canaries/')]
IsReleaseBranch: $[or(eq(variables['Build.SourceBranch'], 'refs/heads/main'), startsWith(variables['Build.SourceBranch'], 'refs/heads/feature/'), startsWith(variables['Build.SourceBranch'], 'refs/heads/release/'))]
XCODE_ROOT: '/Applications/Xcode_16.2.app'
XCODE_ROOT: '/Applications/Xcode_16.3.app'

jobs:
- template: build-windows.yml
Expand All @@ -55,4 +55,4 @@ jobs:
- template: build-skia-desktop.yml
- template: stage-uitests-ios.yml
- template: stage-uitests-android.yml
- template: stage-uitests-wasm.yml
- template: stage-uitests-wasm.yml
2 changes: 1 addition & 1 deletion build/workflow/stage-uitests-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
PackageName: uno.platform.chefs.skia

pool:
vmImage: 'macOS-14'
vmImage: 'macOS-15'

steps:
- checkout: self
Expand Down
2 changes: 1 addition & 1 deletion build/workflow/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-14'
vmImage: 'macOS-15'

steps:
- checkout: self
Expand Down
Loading