Skip to content

Commit

Permalink
Add M1 runners to build Macos ARM (#208)
Browse files Browse the repository at this point in the history
Release a macos arm version.
  • Loading branch information
Mikescops authored Feb 2, 2024
1 parent 3498d5f commit d63de6a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/manual-test-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,11 @@ jobs:
strategy:
matrix:
settings:
- host: macos-latest
- host: macos-12
target: macos-x64
- host: windows-latest
- host: macos-14
target: macos-arm64
- host: windows-2022
target: win-x64
extension: .exe
- host: ubuntu-latest
Expand Down
7 changes: 5 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,11 @@ jobs:
strategy:
matrix:
settings:
- host: macos-latest
- host: macos-12
target: macos-x64
- host: windows-latest
- host: macos-14
target: macos-arm64
- host: windows-2022
target: win-x64
extension: .exe
- host: ubuntu-latest
Expand Down Expand Up @@ -105,5 +107,6 @@ jobs:
files: |
artifacts/dcli-linux-x64/dcli-linux-x64
artifacts/dcli-macos-x64/dcli-macos-x64
artifacts/dcli-macos-arm64/dcli-macos-arm64
artifacts/dcli-win-x64/dcli-win-x64.exe
artifacts/dcli-win-x64-signed/dcli-win-x64-signed.exe

0 comments on commit d63de6a

Please sign in to comment.