Skip to content

Commit b4a3076

Browse files
authored
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 b93f6a4 commit b4a3076

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-pipelines.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ stages:
5252

5353
variables:
5454
macOS: macOS-latest
55-
linux: Ubuntu-latest
55+
linux: Ubuntu-22.04 # FIXME: #7364, DXC does not build correctly with GCC 13+
5656

5757
strategy:
5858
matrix:

0 commit comments

Comments
 (0)