We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e2550f commit 5cb9d77Copy full SHA for 5cb9d77
1 file changed
.azure-pipelines.yml
@@ -72,7 +72,7 @@ parameters:
72
- { compiler: clang-13, cxxstd: '14,17,20', os: ubuntu-22.04 }
73
- { compiler: clang-14, cxxstd: '14,17,20', os: ubuntu-22.04 }
74
- { compiler: clang-16, cxxstd: '14,17,20,23', os: ubuntu-24.04 }
75
- - { compiler: clang-17, cxxstd: '14,17,20,23', os: ubuntu-24.04 }
+ - { compiler: clang-17, cxxstd: '14,17,20,23', os: ubuntu-latest, container: 'ubuntu:24.04' }
76
- { compiler: clang-18, cxxstd: '14,17,20,23,2c', os: ubuntu-24.04 }
77
- { compiler: clang-19, cxxstd: '14,17,20,23,2c', os: ubuntu-24.04 }
78
- { name: Linux_clang_6_libcxx,
0 commit comments