Skip to content

Commit

Permalink
don't build for ARM64 since that apparently doesn't work
Browse files Browse the repository at this point in the history
  • Loading branch information
radj307 committed Mar 4, 2024
1 parent c8fe88a commit 1611dda
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/MakeRelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 74,7 @@ jobs:


build-macos:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ macos-latest, macos-13-xlarge ]
runs-on: macos-latest

steps:
- uses: actions/checkout@v4
Expand All @@ -100,13 97,13 @@ jobs:
- name: Create Archive
run: |
cd build/ARRCON
zip -T9 ARRCON-$(./ARRCON -vq)-MacOS-${{ runner.arch }}.zip ARRCON
zip -T9 ARRCON-$(./ARRCON -vq)-MacOS.zip ARRCON
mv *.zip ../..
- name: Upload Artifact
uses: actions/upload-artifact@v4
with:
name: build-macos-${{ runner.arch }}
name: build-macos
path: 'ARRCON*.zip'


Expand Down

0 comments on commit 1611dda

Please sign in to comment.