Skip to content

Commit

Permalink
Disable new Codecov uploader for macOS on ARM
Browse files Browse the repository at this point in the history
Thanks to years-no-activity: codecov/uploader#347 (comment)
  • Loading branch information
AlexWayfer committed Mar 2, 2023
1 parent 470a52c commit 98c58e8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .cirrus.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ task:
<<: *unix_codecov

- macos_instance:
image: big-sur-base
image: ghcr.io/cirruslabs/macos-ventura-base:latest

env:
PATH: "/usr/local/opt/ruby/bin:$PATH"
Expand All @@ -161,7 +161,8 @@ task:

test_script: bundle exec rspec

<<: *unix_codecov
## https://github.com/codecov/uploader/issues/523#issuecomment-1318842102
# <<: *unix_codecov

- windows_container:
image: cirrusci/windowsservercore:2019
Expand Down

0 comments on commit 98c58e8

Please sign in to comment.