6177214e-ce7c-49e3-99de-ff9721b26f63 — Commit 7b3dc7b2
Changed files
azure/ios-develop.yml | 2 +- azure/ios-prod.yml | 2 +- azure/ios-staging.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-)
Diff
diff --git a/azure/ios-develop.yml b/azure/ios-develop.yml
index 825f14e7..f52cc36c 100644
--- a/azure/ios-develop.yml
+++ b/azure/ios-develop.yml
@@ -2,7 +2,7 @@ trigger:
- develop
pool:
- vmImage: ubuntu-latest
+ vmImage: macos-latest
variables:
- template: templates/env-vars.yml
diff --git a/azure/ios-prod.yml b/azure/ios-prod.yml
index 3b46c27f..df1ab093 100644
--- a/azure/ios-prod.yml
+++ b/azure/ios-prod.yml
@@ -2,7 +2,7 @@ trigger:
- main
pool:
- vmImage: ubuntu-latest
+ vmImage: macos-latest
variables:
- template: templates/env-vars.yml
diff --git a/azure/ios-staging.yml b/azure/ios-staging.yml
index 397d5d30..38b34ebd 100644
--- a/azure/ios-staging.yml
+++ b/azure/ios-staging.yml
@@ -2,7 +2,7 @@ trigger:
- staging
pool:
- vmImage: ubuntu-latest
+ vmImage: macos-latest
variables:
- template: templates/env-vars.yml