Skip to content

Commit

Permalink
Specify correct image for running on osx-arm64 (#913)
Browse files Browse the repository at this point in the history
  • Loading branch information
DaveTryon authored Jan 31, 2025
1 parent 5b74448 commit 52c1e1a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pipelines/sbom-tool-main-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pipelines/sbom-tool-pr-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 52c1e1a

Please sign in to comment.