From 51720027227eed6c068c9e71e4baef68610126bc Mon Sep 17 00:00:00 2001 From: bradh352 Date: Tue, 11 Jul 2023 15:03:46 -0400 Subject: [PATCH] backoff to debian 11 due to coverage check failure --- .cirrus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml index a5219200..5d287f56 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -20,7 +20,7 @@ task: BUILD_COVERAGE: "yes" BUILD_ANALYZE: "yes" container: - image: debian:latest + image: debian:11 - name: "Debian arm64" env: DIST: "DEBIAN-ARM"