Browse Source

Fix up Xcode for macos-universal builds

pull/19/head
falkTX 3 years ago
parent
commit
b47897807c
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      .github/workflows/plugins.yml

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

@@ -173,6 +173,10 @@ jobs:
- name: Set up dependencies
run: |
brew install cmake jq meson
- name: Fix up Xcode
run: |
sudo rm -Rf /Library/Developer/CommandLineTools/SDKs/*
sudo xcode-select -s "/Applications/Xcode_12.3.app"
- name: Bootstrap macOS universal
shell: bash
run: |


Loading…
Cancel
Save