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 9382e92
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 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 Expand Up @@ -379,10 +382,6 @@ jobs:
fail-fast: false
matrix:
os:
- name: 11
matrix: 11
runs-on:
intel: macos-11
- name: 12
matrix: 12
runs-on:
Expand Down

0 comments on commit 9382e92

Please sign in to comment.