Skip to content

Commit 629a402

Browse files
damyanpllvm-beanz
andauthored
Revert ADO pipelines to Ubuntu 22.04 temporarily (#7365) (#7366)
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. (cherry picked from commit b4a3076) Co-authored-by: Chris B <[email protected]>
1 parent 1db8c5b commit 629a402

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)