From 0c443c53163e97ebe9897984a4a2a5c5c620b4cc Mon Sep 17 00:00:00 2001 From: Kirill Isakov Date: Mon, 16 Aug 2021 00:56:58 +0600 Subject: [PATCH] CI: downgrade cross-compilation jobs to debian:buster --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0a53f4a3..db678104 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -19,7 +19,7 @@ jobs: - mips container: - image: debian:bullseye + image: debian:buster options: --privileged steps: -- 2.20.1