File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
template/[% if repo_platform == 'github' %].github[% endif %]/workflows Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 7777 strategy :
7878 matrix :
7979 triplet : [x64-linux]
80- compiler : [gcc-14, llvm-18 ]
80+ compiler : [gcc-14, llvm-19 ]
8181 std : [20]
8282 build_type : [Debug, RelWithDebInfo]
8383
@@ -232,7 +232,7 @@ jobs:
232232 strategy :
233233 matrix :
234234 triplet : [x64-windows]
235- compiler : [msvc-2022, llvm-18 ]
235+ compiler : [msvc-2022, llvm-19 ]
236236 std : [20]
237237 build_type : [Debug, RelWithDebInfo]
238238
Original file line number Diff line number Diff line change 8181 strategy:
8282 matrix:
8383 triplet: [x64-linux]
84- compiler: [gcc-14, llvm-18 ]
84+ compiler: [gcc-14, llvm-19 ]
8585 std: [20]
8686 build_type: [Debug, RelWithDebInfo]
8787
@@ -244,7 +244,7 @@ jobs:
244244 strategy:
245245 matrix:
246246 triplet: [x64-windows]
247- compiler: [msvc-2022, llvm-18 ]
247+ compiler: [msvc-2022, llvm-19 ]
248248 std: [20]
249249 build_type: [Debug, RelWithDebInfo]
250250
You can’t perform that action at this time.
0 commit comments