From 16135aaf138496f72c55e316fa1a12c4b1089cad Mon Sep 17 00:00:00 2001 From: Max Goedjen Date: Sat, 7 Nov 2020 23:25:45 -0800 Subject: [PATCH] Set xcode --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index cdc8de4..1bf408c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -8,6 +8,6 @@ jobs: steps: - uses: actions/checkout@v2 - name: Set Environment - run: sudo xcrun xcode-select -s /Applications/Xcode_12_beta.app + run: sudo xcrun xcode-select -s /Applications/Xcode_12.2.app - name: Test run: xcrun xcodebuild test -project Secretive.xcodeproj -scheme Secretive