]> tinc-vpn.org Git - tinc/commitdiff
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 0a53f4a3f9b512c3e9e481f268e70088f48c79e3..db6781048cc7d30e7295968710ea64a72cfc2a68 100644 (file)
@@ -19,7 +19,7 @@ jobs:
           - mips
 
     container:
-      image: debian:bullseye
+      image: debian:buster
       options: --privileged
 
     steps: