Skip to content

Commit

Permalink
chore: upgrade cocoapods (#506)
Browse files Browse the repository at this point in the history
Upgrade cocoapods to 1.12.1 (watchos build fails with 1.11.3) in gitbub actions
  • Loading branch information
jaeopt authored May 2, 2023
1 parent 694e31b commit 64bd9a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/swift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
BRANCH: ${{ github.ref_name }}
GITHUB_USER: optibot
GITHUB_TOKEN: ${{ secrets.CI_USER_TOKEN }}
COCOAPODS_VERSION: '1.11.3'
COCOAPODS_VERSION: '1.12.1'
run: |
gem install cocoapods -v $COCOAPODS_VERSION
Scripts/run_prep.sh
Expand All @@ -88,7 +88,7 @@ jobs:
BRANCH: ${{ github.ref_name }}
GITHUB_TOKEN: ${{ secrets.CI_USER_TOKEN }}
COCOAPODS_TRUNK_TOKEN: ${{ secrets.COCOAPODS_TRUNK_TOKEN }}
COCOAPODS_VERSION: '1.11.3'
COCOAPODS_VERSION: '1.12.1'
run: |
gem install cocoapods -v $COCOAPODS_VERSION
Scripts/run_release.sh

0 comments on commit 64bd9a4

Please sign in to comment.