From 536e47a231d39d121e341ce9ac5f5a8a4ad99f00 Mon Sep 17 00:00:00 2001 From: Max Goedjen Date: Thu, 10 Sep 2020 23:39:05 -0700 Subject: [PATCH] Set Xcode 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 4522a2e..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_11.4.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 e1cd8b8..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_11.4.app + run: sudo xcrun xcode-select -s /Applications/Xcode_12_beta.app - name: Test run: xcrun xcodebuild test -project Secretive.xcodeproj -scheme Secretive