Skip to content

Commit 967f099

Browse files
authored
ci: update Azure pipeline to use macos-11 VM image (#1728)
1 parent 9340f4f commit 967f099

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
@@ -4,15 +4,15 @@
44
# https://docs.microsoft.com/azure/devops/pipelines/languages/java
55

66
pool:
7-
vmImage: 'macOS-10.15'
7+
vmImage: 'macos-11'
88

99
variables:
1010
ANDROID_EMU_NAME: test
1111
ANDROID_EMU_ABI: x86
1212
ANDROID_EMU_TARGET: android-28
1313
ANDROID_EMU_TAG: default
14-
XCODE_VERSION: 11.5
15-
IOS_PLATFORM_VERSION: 13.5
14+
XCODE_VERSION: 13.2
15+
IOS_PLATFORM_VERSION: 15.2
1616
IOS_DEVICE_NAME: iPhone X
1717
NODE_VERSION: 16.x
1818
JDK_VERSION: 1.8

0 commit comments

Comments
 (0)