From 0326f4834a8b20c58fd111a423a9748e65da2ada Mon Sep 17 00:00:00 2001 From: Maurice Parker Date: Wed, 29 Jul 2020 05:17:36 -0500 Subject: [PATCH] Change to use Xcode 12 --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b3180760d..213427746 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -28,8 +28,8 @@ jobs: - name: List Available Applications run: ls /Applications - - name: Switch to Xcode 11 - run: sudo xcode-select -s /Applications/Xcode_11.4.app + - name: Switch to Xcode 12 + run: sudo xcode-select -s /Applications/Xcode_12.app - name: Show Build Version run: xcodebuild -version