Skip to content

Commit

Permalink
Xcodeのバージョンを15.4に変更
Browse files Browse the repository at this point in the history
  • Loading branch information
tarappo committed Jul 22, 2024
1 parent 6646d8d commit 194f49a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: macos-latest
timeout-minutes: 40
env:
DEVELOPER_DIR: "/Applications/Xcode_15.1.app/Contents/Developer"
DEVELOPER_DIR: "/Applications/Xcode_15.4.app/Contents/Developer"
steps:
- uses: actions/checkout@v4
- name: archive
Expand Down

0 comments on commit 194f49a

Please sign in to comment.