change container runner

This commit is contained in:
2023-12-07 10:18:41 +01:00
parent a5322ef788
commit 51eb78429c

View File

@@ -132,8 +132,9 @@ in
"ubuntu-latest:docker://shivammathur/node:latest"
];
settings = {
# the default network that also respects our dns server settings
container.network = "host";
container = {
network = "host";
};
};
};