Skip to content

Commit c678dfd

Browse files
llvm-beanzdamyanp
authored andcommitted
Revert ADO pipelines to Ubuntu 22.04 temporarily (microsoft#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.
1 parent 1db8c5b commit c678dfd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ stages:
5454

5555
variables:
5656
macOS: macOS-latest
57-
linux: Ubuntu-latest
57+
linux: Ubuntu-22.04 # FIXME: #7364, DXC does not build correctly with GCC 13+
5858

5959
strategy:
6060
matrix:

0 commit comments

Comments
 (0)