Try to use custom linux base images

Conrad Irwin created

Change summary

tooling/xtask/src/tasks/workflows/runners.rs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Detailed changes

tooling/xtask/src/tasks/workflows/runners.rs 🔗

@@ -1,6 +1,6 @@
 pub const LINUX_SMALL: Runner = Runner("namespace-profile-2x4-ubuntu-2404");
 pub const LINUX_DEFAULT: Runner = LINUX_XL;
-pub const LINUX_XL: Runner = Runner("namespace-profile-16x32-ubuntu-2204");
+pub const LINUX_XL: Runner = Runner("namespace-profile-ubuntu22-x86-16x32-custom");
 pub const LINUX_LARGE: Runner = Runner("namespace-profile-8x16-ubuntu-2204");
 pub const LINUX_MEDIUM: Runner = Runner("namespace-profile-4x8-ubuntu-2204");