Skip to content

Commit e5a0f8e

Browse files
[FSSDK-11111] chore: update cocoapods version (#576)
* Update cocoapods version
1 parent 64d659f commit e5a0f8e

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

.github/workflows/swift.yml

+3-4
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,13 @@ jobs:
4040
- env:
4141
SRCCLR_API_TOKEN: ${{ secrets.SRCCLR_API_TOKEN }}
4242
run: |
43-
gem install cocoapods -v '1.9.3'
43+
gem install cocoapods -v '1.15.2'
4444
pod spec lint --quick
4545
curl -sSL https://download.sourceclear.com/ci.sh | bash
4646
4747
unittests:
4848
if: "${{ github.event.inputs.PREP == '' && github.event.inputs.RELEASE == '' }}"
4949
uses: optimizely/swift-sdk/.github/workflows/unit_tests.yml@master
50-
5150
prepare_for_release:
5251
runs-on: macos-13
5352
if: "${{ github.event.inputs.PREP == 'true' && github.event_name == 'workflow_dispatch' }}"
@@ -68,7 +67,7 @@ jobs:
6867
BRANCH: ${{ github.ref_name }}
6968
GITHUB_USER: optibot
7069
GITHUB_TOKEN: ${{ secrets.CI_USER_TOKEN }}
71-
COCOAPODS_VERSION: '1.12.1'
70+
COCOAPODS_VERSION: '1.15.2'
7271
run: |
7372
gem install cocoapods -v $COCOAPODS_VERSION
7473
Scripts/run_prep.sh
@@ -95,7 +94,7 @@ jobs:
9594
BRANCH: ${{ github.ref_name }}
9695
GITHUB_TOKEN: ${{ secrets.CI_USER_TOKEN }}
9796
COCOAPODS_TRUNK_TOKEN: ${{ secrets.COCOAPODS_TRUNK_TOKEN }}
98-
COCOAPODS_VERSION: '1.12.1'
97+
COCOAPODS_VERSION: '1.15.2'
9998
run: |
10099
gem install cocoapods -v $COCOAPODS_VERSION
101100
Scripts/run_release.sh

.github/workflows/unit_tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
NAME: ${{ matrix.device }}
7777
run: |
7878
gem install coveralls-lcov
79-
gem install cocoapods -v '1.11.3'
79+
gem install cocoapods -v '1.15.2'
8080
pod repo update
8181
pod install
8282
HOMEBREW_NO_INSTALL_CLEANUP=true brew update && brew install jq

0 commit comments

Comments
 (0)