Skip to content
This repository was archived by the owner on Jun 20, 2023. It is now read-only.

Commit fd11e73

Browse files
committed
Update the macOS agents
1 parent 0b5ba27 commit fd11e73

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

azure-pipelines.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
variables:
3-
MONO_VERSION: 5_16_0
4-
XCODE_VERSION: 10.1
3+
MONO_VERSION: 5_18_1
4+
XCODE_VERSION: 10.2.1
55
VERBOSITY: minimal
66
BUILD_NUMBER: $[counter('$(Build.SourceBranchName)_counter', 1)]
77
PREVIEW_LABEL: 'preview'
@@ -19,7 +19,7 @@ jobs:
1919
- job: build
2020
displayName: 'Build Libraries & NuGets (macOS)'
2121
pool:
22-
vmImage: macos-10.13
22+
vmImage: macos-10.14
2323
steps:
2424
# Make sure to select the correct Xamarin and mono
2525
- bash: sudo $AGENT_HOMEDIRECTORY/scripts/select-xamarin-sdk.sh $(MONO_VERSION)

0 commit comments

Comments
 (0)