Skip to content

Commit 64bd9a4

Browse files
authored
chore: upgrade cocoapods (#506)
Upgrade cocoapods to 1.12.1 (watchos build fails with 1.11.3) in gitbub actions
1 parent 694e31b commit 64bd9a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/swift.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
BRANCH: ${{ github.ref_name }}
6666
GITHUB_USER: optibot
6767
GITHUB_TOKEN: ${{ secrets.CI_USER_TOKEN }}
68-
COCOAPODS_VERSION: '1.11.3'
68+
COCOAPODS_VERSION: '1.12.1'
6969
run: |
7070
gem install cocoapods -v $COCOAPODS_VERSION
7171
Scripts/run_prep.sh
@@ -88,7 +88,7 @@ jobs:
8888
BRANCH: ${{ github.ref_name }}
8989
GITHUB_TOKEN: ${{ secrets.CI_USER_TOKEN }}
9090
COCOAPODS_TRUNK_TOKEN: ${{ secrets.COCOAPODS_TRUNK_TOKEN }}
91-
COCOAPODS_VERSION: '1.11.3'
91+
COCOAPODS_VERSION: '1.12.1'
9292
run: |
9393
gem install cocoapods -v $COCOAPODS_VERSION
9494
Scripts/run_release.sh

0 commit comments

Comments
 (0)