Skip to content

Commit 346c1f6

Browse files
committed
xcode 16.0 beta is removed (but why?)
1 parent 091d8f7 commit 346c1f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88

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

1313
- uses: actions/checkout@v2
1414
with:

0 commit comments

Comments
 (0)