Skip to content

Commit 81e65a7

Browse files
committed
fix: add macos-14 arm64 runner
1 parent 41e77d1 commit 81e65a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/az_acr_push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
jobs:
77
az-acr-push:
88
name: "Docker: Build & Push"
9-
runs-on: ubuntu-latest
9+
runs-on: ${{ matrix.platform == 'amd64' && 'ubuntu-latest' || 'macos-14'}}
1010
environment: dev
1111
env:
1212
AZURE_CONTAINER_REGISTRY: ${{ vars.AZURE_CONTAINER_REGISTRY }}

0 commit comments

Comments
 (0)