From 9aa53e776db944e2d0204f11c89daa6ccab33b2f Mon Sep 17 00:00:00 2001 From: dreamer Date: Sat, 16 Mar 2024 18:48:38 +0100 Subject: [PATCH] disable macos ARM until available --- .github/workflows/build.yml | 42 ++++++++++++++++++------------------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index be31a67..d899fdf 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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/*