diff --git a/.github/workflows/build-pr.yml b/.github/workflows/build-pr.yml index 6364a3e74..e34c814c8 100644 --- a/.github/workflows/build-pr.yml +++ b/.github/workflows/build-pr.yml @@ -22,7 +22,7 @@ jobs: uses: ./.github/actions/test build-ios-pr: - runs-on: macos-12 + runs-on: macos-latest-xlarge if: ${{ github.event.label.name == 'Build Apps for PR' || github.event.label.name == 'Build App for iOS' }} needs: - test