Skip to content

Commit

Permalink
Add missing macos m1 build
Browse files Browse the repository at this point in the history
  • Loading branch information
felixbrucker committed Jun 21, 2024
1 parent 43b395f commit 2970152
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-macos-installers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,9 @@ jobs:
- runs-on: macos-11
name: intel
bladebit-suffix: macos-x86-64.tar.gz
- runs-on: macos-14
name: m1
bladebit-suffix: macos-arm64.tar.gz

steps:
- uses: Chia-Network/actions/clean-workspace@main
Expand Down

0 comments on commit 2970152

Please sign in to comment.