Skip to content

Commit

Permalink
Added support for mac silicon runner
Browse files Browse the repository at this point in the history
Signed-off-by: blakep7 <[email protected]>
  • Loading branch information
blakep7 committed Feb 2, 2024
1 parent de5d140 commit 380d0d3
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -466,7 +464,7 @@ jobs:

strategy:
matrix:
architecture: ['amd64']
architecture: ['amd64', 'arm64']
platform: ['mac']

steps:
Expand Down

0 comments on commit 380d0d3

Please sign in to comment.