Skip to content

Commit

Permalink
Xcode in test.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
paulb777 committed Oct 1, 2024
1 parent 9f3daa7 commit 2a7c8c4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/authentication.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,6 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@master
- name: Xcode 16
run: sudo xcode-select -s /Applications/Xcode_16.app/Contents/Developer

- name: Setup
run: |
cd authentication
Expand Down
2 changes: 1 addition & 1 deletion scripts/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,6 @@ function xcb() {
}

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

0 comments on commit 2a7c8c4

Please sign in to comment.