Attempt to force older version of xcode
This commit is contained in:
parent
53596261ca
commit
e05d0ef426
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@ -10,6 +10,9 @@ jobs:
|
|||||||
- name: Check out SDL sources
|
- name: Check out SDL sources
|
||||||
run: |
|
run: |
|
||||||
git clone --depth 1 https://github.com/ppy/SDL.git /tmp/SDL
|
git clone --depth 1 https://github.com/ppy/SDL.git /tmp/SDL
|
||||||
|
- uses: maxim-lobanov/setup-xcode@v1
|
||||||
|
with:
|
||||||
|
xcode-version: '10.3'
|
||||||
- name: Build binaries
|
- name: Build binaries
|
||||||
run: |
|
run: |
|
||||||
cd /tmp/SDL
|
cd /tmp/SDL
|
||||||
|
Loading…
x
Reference in New Issue
Block a user