From 22cd525e84cb954ab335aa5592367c59e6a452ca Mon Sep 17 00:00:00 2001 From: Toni Rico Date: Tue, 3 Dec 2024 10:08:55 +0100 Subject: [PATCH] Change dependency-update job to macos machine (#979) After updating cocoapods in https://github.com/RevenueCat/purchases-hybrid-common/pull/957, it seems the dependency-update job has been failing. I thought about reverting to a previous cocoapods version, but I think it might be good to stay on the latest... --- .circleci/config.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 98e5e5b5..50612962 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -287,15 +287,14 @@ jobs: command: bundle exec fastlane github_release_current dependency-update: - docker: - - image: cimg/ruby:3.3.0 + <<: *base-ios-job steps: - checkout - attach_workspace: at: . - setup-git-credentials - trust-github-key - - revenuecat/install-gem-unix-dependencies: + - revenuecat/install-gem-mac-dependencies: cache-version: v1 - run: name: Update dependencies to latest versions