Skip to content

Commit

Permalink
Bump to up GitHub Action's stack.
Browse files Browse the repository at this point in the history
  • Loading branch information
shogo4405 committed Jan 10, 2025
1 parent 9a19c1a commit 7587215
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ on: [pull_request]
jobs:
build:

runs-on: macos-14
runs-on: macos-15

steps:
- uses: actions/checkout@v4
- name: Select Xcode version
run: sudo xcode-select -s '/Applications/Xcode_16.app'
run: sudo xcode-select -s '/Applications/Xcode_16.2.app'
- name: bundle install
env:
DANGER_GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 7587215

Please sign in to comment.