Skip to content

Commit

Permalink
fix: dont specify arch
Browse files Browse the repository at this point in the history
  • Loading branch information
okwasniewski committed Nov 19, 2023
1 parent 2dfb855 commit 00f2efb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ jobs:
xcode-version: latest-stable

- name: Build
run: xcodebuild -scheme MiniSim -destination 'platform=macOS,arch=arm64' build
run: xcodebuild -scheme MiniSim -destination 'platform=macOS' build

0 comments on commit 00f2efb

Please sign in to comment.