Skip to content

Commit e61bce2

Browse files
Merge pull request #53 from rudderlabs/ci/sdk-3537-fix-deploy-action
ci: update deploy cocoapod action to use XCode version 16.2
2 parents 8312219 + ff68770 commit e61bce2

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/deploy-cocoapods.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,12 @@ jobs:
1010
runs-on: macOS-latest
1111
steps:
1212
- name: Checkout source branch
13-
uses: actions/checkout@v3
13+
uses: actions/checkout@v4
14+
15+
- name: Setup Xcode
16+
uses: maxim-lobanov/setup-xcode@60606e260d2fc5762a71e64e74b2174e8ea3c8bd #v1
17+
with:
18+
xcode-version: '16.2'
1419

1520
- name: Install Cocoapods
1621
run: gem install cocoapods

0 commit comments

Comments
 (0)