File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed
Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff 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' }}"
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
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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments