ICU-22114 Update pipeline workflows to use macOS-latest
authorrp9-next <103115900+rp9-next@users.noreply.github.com>
Fri, 2 Sep 2022 09:05:30 +0000 (14:35 +0530)
committerPeter Edberg <42151464+pedberg-icu@users.noreply.github.com>
Thu, 8 Sep 2022 16:02:31 +0000 (09:02 -0700)
.ci-builds/.azure-pipelines.yml

index 5f24269aa5a120fb677c23219bdb328abfa9c892..8fef2b8c7914a633fba62e62e23e0a988d6c822d 100644 (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