From 52c1e1a9f54515e86cc7966e8e1c9cbc519999f0 Mon Sep 17 00:00:00 2001 From: Dave Tryon <45672944+DaveTryon@users.noreply.github.com> Date: Fri, 31 Jan 2025 12:51:33 -0800 Subject: [PATCH] Specify correct image for running on osx-arm64 (#913) --- pipelines/sbom-tool-main-build.yaml | 2 +- pipelines/sbom-tool-pr-build.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pipelines/sbom-tool-main-build.yaml b/pipelines/sbom-tool-main-build.yaml index be2ebc79c..1856b5f6c 100644 --- a/pipelines/sbom-tool-main-build.yaml +++ b/pipelines/sbom-tool-main-build.yaml @@ -276,7 +276,7 @@ extends: artifactName: '$(OutputArtifactName)-macOS-arm64' pool: name: Azure Pipelines - image: macos-latest + image: macos-14-arm64 os: macOS steps: - template: pipelines/build-test-tool-template.yaml@self diff --git a/pipelines/sbom-tool-pr-build.yaml b/pipelines/sbom-tool-pr-build.yaml index 50734ab28..02bb44d9b 100644 --- a/pipelines/sbom-tool-pr-build.yaml +++ b/pipelines/sbom-tool-pr-build.yaml @@ -53,7 +53,7 @@ extends: displayName: 'Build (macOS-arm64)' pool: name: Azure Pipelines - image: macos-latest + image: macos-14-arm64 os: macOS steps: - template: pipelines/build-test-tool-template.yaml@self