Skip to content

Commit

Permalink
disable macos ARM until available
Browse files Browse the repository at this point in the history
  • Loading branch information
dromer committed Mar 16, 2024
1 parent 4ef5614 commit 9aa53e7
Showing 1 changed file with 21 additions and 21 deletions.
42 changes: 21 additions & 21 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,24 +109,24 @@ jobs:
# ===============================================================
# ===============================================================
# ===============================================================
Mac-ARM:
runs-on: macos-latest-xlarge
steps:
- uses: actions/checkout@v4
with:
submodules: recursive

- name: set Enviroment
run: |
brew cleanup --prune=all
brew install --cask pd
- name: Build pd-SoundHack
run: |
make install PDLIBDIR=./pd-SoundHack
- name: Upload Zip
uses: actions/upload-artifact@v4
with:
name: SoundHack-macoOS-arm
path: ./pd-SoundHack/*
# Mac-ARM:
# runs-on: macos-latest-xlarge
# steps:
# - uses: actions/checkout@v4
# with:
# submodules: recursive

# - name: set Enviroment
# run: |
# brew cleanup --prune=all
# brew install --cask pd

# - name: Build pd-SoundHack
# run: |
# make install PDLIBDIR=./pd-SoundHack

# - name: Upload Zip
# uses: actions/upload-artifact@v4
# with:
# name: SoundHack-macoOS-arm
# path: ./pd-SoundHack/*

0 comments on commit 9aa53e7

Please sign in to comment.