From 920b5e30fa0dffbe046445c3236f77965733cd4c Mon Sep 17 00:00:00 2001 From: Max Goedjen Date: Sat, 7 Nov 2020 23:23:15 -0800 Subject: [PATCH] Set xcode --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 24563b8..0897120 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -6,7 +6,7 @@ on: - '*' jobs: test: - runs-on: macOS-latest + runs-on: macos-11.0 timeout-minutes: 10 steps: - uses: actions/checkout@v1 @@ -18,7 +18,7 @@ jobs: AGENT_PROFILE_DATA: ${{ secrets.AGENT_PROFILE_DATA }} run: ./.github/scripts/signing.sh - 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 build: