From 82b35369467cbca34a5498452fd31ef2b6eff805 Mon Sep 17 00:00:00 2001 From: Zev Eisenberg Date: Mon, 25 Dec 2023 16:05:29 -0500 Subject: [PATCH] Install Rosetta because it is Christmas Day 2023 and we apparently still need it for some things. --- .circleci/config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index e9953637..31782cec 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -19,6 +19,7 @@ jobs: name: Tests & Code Coverage when: always command: | + macos/install-rosetta bundle exec fastlane coverage_all # Store xcov Code Coverage HTML report artifact - store_artifacts: