From a01243553eec2e2c4b91e24198d643cc322afc8d Mon Sep 17 00:00:00 2001 From: Tatiana Ian Date: Wed, 26 Jun 2024 13:21:58 +0300 Subject: [PATCH] [ci] Fix Carthage installation, Bump Carthage to latest version --- .circleci/config.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 272bd35..47acc03 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -59,7 +59,8 @@ jobs: - run: name: Install Carthage command: | - curl -OL "https://github.com/Carthage/Carthage/releases/download/0.38.0/Carthage.pkg" + sudo softwareupdate --install-rosetta --agree-to-license + curl -OL "https://github.com/Carthage/Carthage/releases/download/0.39.1/Carthage.pkg" sudo installer -pkg Carthage.pkg -target / - run: name: Test Integration via Carthage