From 408fadcded6626b0ebff4511269aa28fea7db674 Mon Sep 17 00:00:00 2001 From: Dean Herbert Date: Fri, 2 Apr 2021 15:37:35 +0900 Subject: [PATCH] Try forcing xcode-select --- .github/workflows/build.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index fc7719c..2f6decf 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -10,6 +10,9 @@ jobs: - name: Check out SDL sources run: | git clone --depth 1 https://github.com/ppy/SDL.git /tmp/SDL + - uses: devbotsxyz/xcode-select@v1 + with: + version: "10.3" - name: Build binaries run: | cd /tmp/SDL