Skip to content

Commit daf8e9d

Browse files
Update macOS image version (#1366)
The current one is being deprecated on December 1st. Relates-To: OLPEDGE-2779 Signed-off-by: Andrey Kashcheev <ext-andrey.kashcheev@here.com>
1 parent 2df8993 commit daf8e9d

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
@@ -29,14 +29,14 @@ jobs:
2929

3030
- job: MacOS_build
3131
pool:
32-
vmImage: 'macOS-10.15'
32+
vmImage: 'macOS-11'
3333
steps:
3434
- bash: scripts/macos/psv/azure_macos_build_psv.sh
3535
displayName: 'MacOS Build'
3636

3737
- job: iOS_build
3838
pool:
39-
vmImage: 'macOS-10.15'
39+
vmImage: 'macOS-11'
4040
steps:
4141
- bash: scripts/ios/azure_ios_build_psv.sh
4242
displayName: 'iOS Build'
@@ -55,7 +55,7 @@ jobs:
5555

5656
- job: Android_Emulator
5757
pool:
58-
vmImage: 'macOS-10.15'
58+
vmImage: 'macOS-11'
5959
condition: eq(variables['Build.Reason'], 'Manual')
6060
variables:
6161
ANDROID_NDK_HOME: $(ANDROID_HOME)/ndk-bundle

0 commit comments

Comments
 (0)