diff --git a/.github/workflows/review.yml b/.github/workflows/review.yml index c7f4b709d..64935e0ad 100644 --- a/.github/workflows/review.yml +++ b/.github/workflows/review.yml @@ -10,7 +10,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Select Xcode version - run: sudo xcode-select -s '/Applications/Xcode_15.2.app' + run: sudo xcode-select -s '/Applications/Xcode_15.4.app' - name: bundle install env: DANGER_GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }}