Skip to content

Commit

Permalink
[build] try to build macos-12-arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
tstack committed Apr 1, 2024
1 parent a2b573a commit e08f53f
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/bins.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,12 @@ jobs:
asset_content_type: application/octet-stream

build-macos:
runs-on: macos-12
strategy:
matrix:
macos:
- macos-12
- macos-12-arm64
runs-on: ${{ matrix.macos }}
env:
LNAV_BASENAME: lnav-${{ inputs.lnav_version_number }}
LNAV_ZIPNAME: lnav-${{ inputs.lnav_version_number }}-x86_64-macos.zip
Expand Down

0 comments on commit e08f53f

Please sign in to comment.