From 6e6934a77236a6ac9690773438601ea804d8e703 Mon Sep 17 00:00:00 2001 From: Alexander Popov Date: Sun, 26 Feb 2023 02:19:49 +0300 Subject: [PATCH] Disable new Codecov uploader for macOS on ARM Thanks to years-no-activity: https://github.com/codecov/uploader/issues/347#issuecomment-1445220069 --- .cirrus.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.cirrus.yaml b/.cirrus.yaml index 307fa57..547391d 100644 --- a/.cirrus.yaml +++ b/.cirrus.yaml @@ -154,7 +154,8 @@ test_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