diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0897120..d35c2e7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -22,7 +22,7 @@ jobs: - name: Test run: xcrun xcodebuild test -project Secretive.xcodeproj -scheme Secretive build: - runs-on: macOS-latest + runs-on: macos-11.0 timeout-minutes: 10 steps: - uses: actions/checkout@v2 @@ -45,7 +45,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: Update Build Number env: TAG_NAME: ${{ github.ref }}