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 d748ab4 commit 786c9e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -354,8 +354,8 @@ jobs:
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 ${{ (matrix.architecture == 'amd64') && 'macos-12' || 'macSiliconVersion' }}
runs-on: macos-12
# When mac silicon runner comes out we can update this runs-on to
runs-on: ${{ (matrix.architecture == 'amd64') && 'macos-12' || 'macos-14' }}

strategy:
matrix:
Expand Down

0 comments on commit 786c9e6

Please sign in to comment.