Browse Source

Try to fix up xcode for arm64 support

pull/16/head
falkTX 3 years ago
parent
commit
6750e37b09
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      .github/workflows/build.yml

+ 4
- 0
.github/workflows/build.yml View File

@@ -40,6 +40,10 @@ jobs:
- uses: actions/checkout@v2
with:
submodules: recursive
- name: Fix up Xcode
run: |
sudo rm -Rf /Library/Developer/CommandLineTools/SDKs/*
sudo xcode-select -s "/Applications/Xcode_12.3.app"
- name: Build macOS
env:
CFLAGS: ${BASE_FLAGS} -DMAC_OS_X_VERSION_MAX_ALLOWED=MAC_OS_X_VERSION_10_12 -mmacosx-version-min=10.12 -arch x86_64 -arch arm64


Loading…
Cancel
Save