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