Skip to content

Commit

Permalink
Update M1
Browse files Browse the repository at this point in the history
Signed-off-by: blakep7 <pearsonblake9@gmail.com>
  • Loading branch information
blakep7 committed Nov 14, 2023
1 parent 5e94844 commit c1ec60a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -307,12 +307,12 @@ 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 ${{ (matrix.architecture == 'amd64') && 'macos-12' || 'macos-latest-xlarge' }}
runs-on: ${{ (matrix.architecture == 'amd64') && 'macos-12' || 'macos-latest-xlarge' }}

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

env:
Expand Down Expand Up @@ -419,7 +419,7 @@ jobs:

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

steps:
Expand Down

0 comments on commit c1ec60a

Please sign in to comment.