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: