From 192189be97698a2a90fd565573c31204a9caee98 Mon Sep 17 00:00:00 2001 From: Alexandre Archambault Date: Tue, 7 Dec 2021 16:39:50 +0100 Subject: [PATCH] Update xcode version --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c1f9eec..bcf08b5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,7 @@ jobs: if: runner.os == 'macOS' # https://github.com/actions/virtual-environments/issues/2557 run: | - sudo xcode-select -s "/Applications/Xcode_12.3.app" + sudo xcode-select -s "/Applications/Xcode_12.5.app" || ( ls /Applications; exit 1 ) sudo rm -Rf /Library/Developer/CommandLineTools/SDKs/* - name: Build and publish locally run: ./mill -i __.publishLocal