Skip to content

Commit

Permalink
sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
NickEntin committed Sep 25, 2024
1 parent e3a3410 commit 33f156f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
- name: Pod Install
run: bundle exec --gemfile=Example/Gemfile pod install --project-directory=Example
- name: Select Xcode Version
run: xcode-select -s /Applications/Xcode_16.app
run: sudo xcode-select -s /Applications/Xcode_16.app
- name: Build and Test
run: |
# run tests on the example app
Expand Down

0 comments on commit 33f156f

Please sign in to comment.