From 380d0d3f46d097451f856504e35ce4d323bec089 Mon Sep 17 00:00:00 2001 From: blakep7 Date: Thu, 1 Feb 2024 17:57:14 -0800 Subject: [PATCH] Added support for mac silicon runner Signed-off-by: blakep7 --- .github/workflows/build-push.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-push.yml b/.github/workflows/build-push.yml index 1118111bc..757552b0e 100644 --- a/.github/workflows/build-push.yml +++ b/.github/workflows/build-push.yml @@ -352,9 +352,7 @@ jobs: # Build our mac packages on a macOS runner mac-build: needs: offset-build-number - - # Do not use any 'xl' version of macos or you will pay (literally) - # When mac silicon runner comes out we can update this runs-on to + runs-on: ${{ (matrix.architecture == 'amd64') && 'macos-12' || 'macos-14' }} strategy: @@ -466,7 +464,7 @@ jobs: strategy: matrix: - architecture: ['amd64'] + architecture: ['amd64', 'arm64'] platform: ['mac'] steps: