File tree 2 files changed +4
-5
lines changed
2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -40,14 +40,13 @@ jobs:
40
40
- env :
41
41
SRCCLR_API_TOKEN : ${{ secrets.SRCCLR_API_TOKEN }}
42
42
run : |
43
- gem install cocoapods -v '1.9.3 '
43
+ gem install cocoapods -v '1.15.2 '
44
44
pod spec lint --quick
45
45
curl -sSL https://download.sourceclear.com/ci.sh | bash
46
46
47
47
unittests :
48
48
if : " ${{ github.event.inputs.PREP == '' && github.event.inputs.RELEASE == '' }}"
49
49
uses : optimizely/swift-sdk/.github/workflows/unit_tests.yml@master
50
-
51
50
prepare_for_release :
52
51
runs-on : macos-13
53
52
if : " ${{ github.event.inputs.PREP == 'true' && github.event_name == 'workflow_dispatch' }}"
68
67
BRANCH : ${{ github.ref_name }}
69
68
GITHUB_USER : optibot
70
69
GITHUB_TOKEN : ${{ secrets.CI_USER_TOKEN }}
71
- COCOAPODS_VERSION : ' 1.12.1 '
70
+ COCOAPODS_VERSION : ' 1.15.2 '
72
71
run : |
73
72
gem install cocoapods -v $COCOAPODS_VERSION
74
73
Scripts/run_prep.sh
95
94
BRANCH : ${{ github.ref_name }}
96
95
GITHUB_TOKEN : ${{ secrets.CI_USER_TOKEN }}
97
96
COCOAPODS_TRUNK_TOKEN : ${{ secrets.COCOAPODS_TRUNK_TOKEN }}
98
- COCOAPODS_VERSION : ' 1.12.1 '
97
+ COCOAPODS_VERSION : ' 1.15.2 '
99
98
run : |
100
99
gem install cocoapods -v $COCOAPODS_VERSION
101
100
Scripts/run_release.sh
Original file line number Diff line number Diff line change 76
76
NAME : ${{ matrix.device }}
77
77
run : |
78
78
gem install coveralls-lcov
79
- gem install cocoapods -v '1.11.3 '
79
+ gem install cocoapods -v '1.15.2 '
80
80
pod repo update
81
81
pod install
82
82
HOMEBREW_NO_INSTALL_CLEANUP=true brew update && brew install jq
You can’t perform that action at this time.
0 commit comments