From 84e5b169548cceb34b3ff08d08028890ce46f3a9 Mon Sep 17 00:00:00 2001 From: Max Goedjen Date: Sun, 20 Sep 2020 18:27:48 -0700 Subject: [PATCH] Switch back to beta --- .github/workflows/release.yml | 2 +- .github/workflows/test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1c9e9bd..5bdc88c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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.app + run: sudo xcrun xcode-select -s /Applications/Xcode_12_beta.app - name: Test run: xcrun xcodebuild test -project Secretive.xcodeproj -scheme Secretive build: diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index be48b9c..f078ca6 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -8,6 +8,6 @@ jobs: steps: - uses: actions/checkout@v1 - name: Set Environment - run: sudo xcrun xcode-select -s /Applications/Xcode_12.app + run: sudo xcrun xcode-select -s /Applications/Xcode_12_beta.app - name: Test run: xcrun xcodebuild test -project Secretive.xcodeproj -scheme Secretive