ICU-22114 Update pipeline workflows to use macOS-latest

This commit is contained in:
rp9-next 2022-09-02 14:35:30 +05:30 committed by Peter Edberg
parent 03b94e9cb3
commit bebcd6b8bb

View file

@ -528,11 +528,11 @@ jobs:
echo 'Run icuinfo from CMD shell' && cd /d C:\tools\msys64\tmp\build-icu\bin && set PATH=C:\tools\msys64\mingw64\bin;%PATH% && icuinfo.exe"
displayName: 'run icuinfo'
#-------------------------------------------------------------------------
- job: ICU4C_Clang_MacOSX_WarningsAsErrors
displayName: 'C: macOSX Clang WarningsAsErrors (Catalina 10.15)'
- job: ICU4C_Clang_MacOS_WarningsAsErrors
displayName: 'C: macOS(Latest) Clang WarningsAsErrors'
timeoutInMinutes: 30
pool:
vmImage: 'macOS-10.15'
vmImage: 'macOS-latest'
steps:
- checkout: self
lfs: true