CI: downgrade cross-compilation jobs to debian:buster
authorKirill Isakov <is-kir@ya.ru>
Sun, 15 Aug 2021 18:56:58 +0000 (00:56 +0600)
committerKirill Isakov <is-kir@ya.ru>
Sun, 15 Aug 2021 18:57:04 +0000 (00:57 +0600)
.github/workflows/test.yml

index 0a53f4a..db67810 100644 (file)
@@ -19,7 +19,7 @@ jobs:
           - mips
 
     container:
-      image: debian:bullseye
+      image: debian:buster
       options: --privileged
 
     steps: