Skip to content
This repository was archived by the owner on May 15, 2024. It is now read-only.

Commit fc68ea3

Browse files
committed
Fix build
1 parent bdf8145 commit fc68ea3

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

azure-pipelines.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ pr:
88
- develop
99

1010
variables:
11-
BASE_VERSION: 1.8.0
11+
BASE_VERSION: 1.8.1
1212
PREVIEW_LABEL: 'ci'
1313
BUILD_NUMBER: $[counter(format('{0}_{1}_{2}', variables['BASE_VERSION'], variables['PREVIEW_LABEL'], variables['Build.SourceBranch']), 1)]
1414
NUGET_VERSION: $[format('{0}-{1}.{2}', variables['BASE_VERSION'], variables['PREVIEW_LABEL'], variables['BUILD_NUMBER'])]
@@ -47,6 +47,8 @@ stages:
4747
windowsImageOverride: AzurePipelinesWindows2019compliant
4848
${{ if ne(variables['System.TeamProject'], 'devdiv') }}:
4949
windowsImage: windows-2019
50+
macosImage: 'macos-13'
51+
xcode: '15.0.1'
5052
areaPath: 'DevDiv\Xamarin SDK'
5153
masterBranchName: 'main'
5254
${{ if startsWith(variables['Build.SourceBranch'], 'refs/tags/') }}: #we are shipping our product
@@ -141,7 +143,7 @@ stages:
141143

142144
- template: .ci/build.v1.yml@components
143145
parameters:
144-
macosImage: 'macos-12'
146+
macosImage: 'macos-13'
145147
name: devicetests_ios
146148
runChecks: false
147149
displayName: iOS
@@ -152,7 +154,7 @@ stages:
152154
cakeFile: DeviceTests/build.cake
153155
cakeTarget: test-ios-emu
154156
cake: $(CAKE_VERSION)
155-
xcode: '14.2'
157+
xcode: '15.0.1'
156158
xharness: '1.0.0-prerelease.23212.1'
157159

158160
- template: .ci/build.v1.yml@components

0 commit comments

Comments
 (0)