mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-11-25 05:11:49 +00:00
update sdk for continuous integration test workflow
This commit is contained in:
parent
30e59b8eae
commit
beb10abbbb
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
@ -12,4 +12,4 @@ jobs:
|
|||
- name: Run tests
|
||||
run: |
|
||||
# Remove SDKROOT when 11.0+ SDK will become the default one
|
||||
SDKROOT=/Library/Developer/CommandLineTools/SDKs/MacOSX11.0.sdk ./build.py --target=test-deps
|
||||
SDKROOT=/Library/Developer/CommandLineTools/SDKs/MacOSX11.1.sdk ./build.py --target=test-deps
|
||||
|
|
Loading…
Reference in a new issue