Attempt to force older version of xcode

This commit is contained in:
Dean Herbert 2021-04-02 15:11:52 +09:00
parent 53596261ca
commit e05d0ef426

View file

@ -10,6 +10,9 @@ jobs:
- name: Check out SDL sources
run: |
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
run: |
cd /tmp/SDL