Skip to content

Commit

Permalink
Change dependency-update job to macos machine (#979)
Browse files Browse the repository at this point in the history
After updating cocoapods in
#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...
  • Loading branch information
tonidero authored Dec 3, 2024
1 parent 4c446a0 commit 22cd525
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 22cd525

Please sign in to comment.