From 54be7ba644b57707e65133a0f8689af09604fb43 Mon Sep 17 00:00:00 2001 From: Max Goedjen Date: Sun, 8 Aug 2021 15:53:54 -0700 Subject: [PATCH] Update test.yml --- .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 89f9231..f4773b2 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.3.app + run: sudo xcrun xcode-select -s /Applications/Xcode_12.5.1.app - name: Test run: xcrun xcodebuild test -project Secretive.xcodeproj -scheme Secretive