Skip to content

Commit 2a7c8c4

Browse files
committed
Xcode in test.sh
1 parent 9f3daa7 commit 2a7c8c4

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.github/workflows/authentication.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,6 @@ jobs:
3939
steps:
4040
- name: Checkout
4141
uses: actions/checkout@master
42-
- name: Xcode 16
43-
run: sudo xcode-select -s /Applications/Xcode_16.app/Contents/Developer
44-
4542
- name: Setup
4643
run: |
4744
cd authentication

scripts/test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,6 @@ function xcb() {
123123
}
124124

125125
# Run xcodebuild
126-
sudo xcode-select -s /Applications/Xcode_15.4.app/Contents/Developer
126+
sudo xcode-select -s /Applications/Xcode_16.app/Contents/Developer
127127
xcb "${flags[@]}"
128128
echo "$message"

0 commit comments

Comments
 (0)