From 64bd9a4bb8f23cd89526196854d43e96afcef0cc Mon Sep 17 00:00:00 2001 From: Jae Kim <45045038+jaeopt@users.noreply.github.com> Date: Tue, 2 May 2023 12:00:25 -0700 Subject: [PATCH] chore: upgrade cocoapods (#506) Upgrade cocoapods to 1.12.1 (watchos build fails with 1.11.3) in gitbub actions --- .github/workflows/swift.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/swift.yml b/.github/workflows/swift.yml index fa1e56e5..981b4a4a 100644 --- a/.github/workflows/swift.yml +++ b/.github/workflows/swift.yml @@ -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 @@ -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