We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c0ddce commit b5e7c8bCopy full SHA for b5e7c8b
.github/workflows/ci.yml
@@ -14,9 +14,11 @@ jobs:
14
java-version: '11'
15
16
- name: Select Xcode version
17
- run: sudo xcode-select -s '/Applications/Xcode_15.0.1.app/Contents/Developer'
18
-
+ run: sudo xcode-select -s '/Applications/Xcode_15.2.app/Contents/Developer'
19
+ - name: Print CocoaPods Version
20
+ run: pod --version
21
+
22
- name: Setup Node.js
23
uses: actions/setup-node@v4
24
with:
0 commit comments