Skip to content

Commit 6b5b4fb

Browse files
committed
Fix CI
1 parent 503366b commit 6b5b4fb

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,9 @@ jobs:
1717
uses: ruby/setup-ruby@v1
1818
with:
1919
ruby-version: '3.0.1'
20-
21-
- name: Install CocoaPods
22-
run: gem install cocoapods -v '1.16.1'
2320

2421
- name: Select Xcode version
25-
run: sudo xcode-select -s '/Applications/Xcode_16.1.app/Contents/Developer'
22+
run: sudo xcode-select -s '/Applications/Xcode_16.4.app/Contents/Developer'
2623

2724
- name: Setup Node.js
2825
uses: actions/setup-node@v4
@@ -49,11 +46,9 @@ jobs:
4946
with:
5047
ruby-version: '3.0.1'
5148

52-
- name: Install CocoaPods
53-
run: gem install cocoapods -v '1.16.1'
5449

5550
- name: Select Xcode version
56-
run: sudo xcode-select -s '/Applications/Xcode_16.2.app/Contents/Developer'
51+
run: sudo xcode-select -s '/Applications/Xcode_16.4.app/Contents/Developer'
5752

5853
- name: Setup Node.js
5954
uses: actions/setup-node@v4

0 commit comments

Comments
 (0)