Skip to content

Commit

Permalink
Merge pull request #1466 from shogo4405/feature/update-review-workflow
Browse files Browse the repository at this point in the history
Update GitHub Action to use Xcode15.4
  • Loading branch information
shogo4405 authored Jun 8, 2024
2 parents ef93917 + f2ffb33 commit 874259a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 874259a

Please sign in to comment.