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