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