Switch CI to Debian 11

This commit is contained in:
James Lu 2021-12-13 12:21:55 -08:00
parent 0158fec7a7
commit 31ca64b7be

View File

@ -6,7 +6,7 @@ local test_with(version, use_network=false) = {
steps: [
{
name: "test",
image: "python:" + version + "-buster",
image: "python:" + version + "-bullseye",
commands: [
"pip install -r requirements.txt",
"apt-get update",