From 35aea0729d0a11fa30dc6a4e1f5154992c2bf2f3 Mon Sep 17 00:00:00 2001 From: Max Goedjen Date: Sun, 8 Aug 2021 15:55:23 -0700 Subject: [PATCH] Switch to Xcode 12.5.1 (#228) * Update release.yml * Update test.yml --- .github/workflows/release.yml | 4 ++-- .github/workflows/test.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index bdb6009..002cf17 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,7 +20,7 @@ jobs: APPLE_API_KEY_ID: ${{ secrets.APPLE_API_KEY_ID }} run: ./.github/scripts/signing.sh - name: Set Environment - run: sudo xcrun xcode-select -s /Applications/Xcode_12.3.app + run: sudo xcrun xcode-select -s /Applications/Xcode_12.5.1.app - name: Test run: xcrun xcodebuild test -project Secretive.xcodeproj -scheme Secretive build: @@ -38,7 +38,7 @@ jobs: APPLE_API_KEY_ID: ${{ secrets.APPLE_API_KEY_ID }} run: ./.github/scripts/signing.sh - name: Set Environment - run: sudo xcrun xcode-select -s /Applications/Xcode_12.2.app + run: sudo xcrun xcode-select -s /Applications/Xcode_12.5.1.app - name: Update Build Number env: TAG_NAME: ${{ github.ref }} diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 89f9231..f4773b2 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.3.app + run: sudo xcrun xcode-select -s /Applications/Xcode_12.5.1.app - name: Test run: xcrun xcodebuild test -project Secretive.xcodeproj -scheme Secretive