We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
macos-11
1 parent 9340f4f commit 967f099Copy full SHA for 967f099
azure-pipelines.yml
@@ -4,15 +4,15 @@
4
# https://docs.microsoft.com/azure/devops/pipelines/languages/java
5
6
pool:
7
- vmImage: 'macOS-10.15'
+ vmImage: 'macos-11'
8
9
variables:
10
ANDROID_EMU_NAME: test
11
ANDROID_EMU_ABI: x86
12
ANDROID_EMU_TARGET: android-28
13
ANDROID_EMU_TAG: default
14
- XCODE_VERSION: 11.5
15
- IOS_PLATFORM_VERSION: 13.5
+ XCODE_VERSION: 13.2
+ IOS_PLATFORM_VERSION: 15.2
16
IOS_DEVICE_NAME: iPhone X
17
NODE_VERSION: 16.x
18
JDK_VERSION: 1.8
0 commit comments