From 6abeecd188de445c71374f3d3dcf52a10a7bc6f7 Mon Sep 17 00:00:00 2001 From: Alexander Popov Date: Sun, 26 Feb 2023 02:11:18 +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 e61f637..4d1cc87 100644 --- a/.cirrus.yaml +++ b/.cirrus.yaml @@ -150,7 +150,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