From c678dfd498d3ce751b5bf9e091cbf2057e07b510 Mon Sep 17 00:00:00 2001 From: Chris B Date: Mon, 21 Apr 2025 12:23:02 -0500 Subject: [PATCH] Revert ADO pipelines to Ubuntu 22.04 temporarily (#7365) DXC seems to be building inocrrectly with GCC-13 and later, which is causing our pre-merge testing on 24.04 to fail. This will take some time to sort out, so in the meantime I'm reverting to 22.04 on our pipelines. --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 285fc4028a..8f07f59077 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -54,7 +54,7 @@ stages: variables: macOS: macOS-latest - linux: Ubuntu-latest + linux: Ubuntu-22.04 # FIXME: #7364, DXC does not build correctly with GCC 13+ strategy: matrix: