Skip to content

Commit

Permalink
xcode 16.0 beta is removed (but why?)
Browse files Browse the repository at this point in the history
  • Loading branch information
fumito-ito committed Aug 23, 2024
1 parent 091d8f7 commit 346c1f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:

steps:
- name: Select Xcode version
run: sudo xcode-select -s '/Applications/Xcode_16_beta_5.app/Contents/Developer'
run: sudo xcode-select -s '/Applications/Xcode_16.1_beta.app/Contents/Developer'

- uses: actions/checkout@v2
with:
Expand Down

0 comments on commit 346c1f6

Please sign in to comment.