From 04e312c41ec96c4af12b52a66b6908ef40ed92d2 Mon Sep 17 00:00:00 2001 From: dotasek Date: Tue, 3 Sep 2024 16:42:40 -0400 Subject: [PATCH] Try on a mac? --- setup-and-cache-job-template.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup-and-cache-job-template.yml b/setup-and-cache-job-template.yml index 9070e9fb3..9964c5d6f 100644 --- a/setup-and-cache-job-template.yml +++ b/setup-and-cache-job-template.yml @@ -2,7 +2,7 @@ jobs: - job: setup displayName: Cache Maven Artifacts and Build Targets pool: - vmImage: ubuntu-latest + vmImage: macos-latest steps: - checkout: self fetchDepth: 1