Skip to content

Commit b5e7c8b

Browse files
authored
Update ci.yml
Update Xcode and print cocoapods version
1 parent 1c0ddce commit b5e7c8b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/ci.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,11 @@ jobs:
1414
java-version: '11'
1515

1616
- name: Select Xcode version
17-
run: sudo xcode-select -s '/Applications/Xcode_15.0.1.app/Contents/Developer'
18-
17+
run: sudo xcode-select -s '/Applications/Xcode_15.2.app/Contents/Developer'
1918

19+
- name: Print CocoaPods Version
20+
run: pod --version
21+
2022
- name: Setup Node.js
2123
uses: actions/setup-node@v4
2224
with:

0 commit comments

Comments
 (0)