mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-10 07:39:16 +00:00
ICU-22114 Update pipeline workflows to use macOS-latest
This commit is contained in:
parent
03b94e9cb3
commit
bebcd6b8bb
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue