Skip to content

Commit

Permalink
Don't force XCode version on iOS tests (only on builds)
Browse files Browse the repository at this point in the history
  • Loading branch information
nielsenko committed May 28, 2024
1 parent 5c71762 commit aae9729
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -326,11 +326,6 @@ jobs:
ulimit -n
ulimit -n 10240
- name: Select XCode for MacOS
run: |
xcodes installed
sudo xcodes select 15.3
- name: Enable ccache
run: echo "PATH=/usr/lib/ccache:/usr/local/opt/ccache/libexec:$PATH" >> $GITHUB_ENV

Expand Down

0 comments on commit aae9729

Please sign in to comment.