From e120abe6963cc7a1692f6c5fba3793ed0df9d031 Mon Sep 17 00:00:00 2001 From: nhmall Date: Wed, 4 Dec 2024 14:13:44 -0500 Subject: [PATCH] switch msdos cross-compile in CI to Ubuntu 24.04 --- azure-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 5dd8d32ed..e6fd5ab8f 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -32,8 +32,8 @@ strategy: imageName: 'windows-2019' toolchainName: mingw buildTargetName: all - linux_focal_cross_msdos: - imageName: 'ubuntu-20.04' + linux_noble_msdos: + imageName: 'ubuntu-24.04' toolchainName: cross buildTargetName: msdos linux_noble_docs: