We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9043277 commit 623ac53Copy full SHA for 623ac53
.github/workflows/build.yml
@@ -13,7 +13,7 @@ jobs:
13
# https://github.com/CocoaPods/CocoaPods/issues/11839
14
run: |
15
xcode-select -p
16
- sudo xcode-select -s /Applications/Xcode_14.2.app/Contents/Developer
+ sudo xcode-select -s /Applications/Xcode_15.0.1.app/Contents/Developer
17
- name: "Lint"
18
run: make lint
19
- name: "Run tests (PACKAGE_MANAGER_COMMAND: test)"
0 commit comments