update pipelines to use macos-14 image

This commit is contained in:
edgchen1
2026-02-06 11:29:19 -08:00
parent a889626993
commit 9f7de3a8ff
2 changed files with 2 additions and 2 deletions
@@ -3,7 +3,7 @@
displayName: "Test with ORT Extensions native pod" displayName: "Test with ORT Extensions native pod"
pool: pool:
vmImage: "macOS-13" vmImage: "macOS-14"
variables: variables:
artifactsName: "ios_packaging_artifacts_full" artifactsName: "ios_packaging_artifacts_full"
@@ -3,7 +3,7 @@
displayName: "Test with released ORT native pod" displayName: "Test with released ORT native pod"
pool: pool:
vmImage: "macOS-13" vmImage: "macOS-14"
timeoutInMinutes: 60 timeoutInMinutes: 60