File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -102,10 +102,12 @@ jobs:
102102 - build : 8
103103 label : C++23
104104 cxx-standard : 23
105+ validate_install : false
105106
106107 - build : 9
107108 label : C++26
108109 cxx-standard : 26
110+ validate_install : false
109111
110112 macOS :
111113 name : ' macOS.${{ matrix.build}}: ${{ matrix.label }}'
@@ -170,11 +172,12 @@ jobs:
170172 - build : 7
171173 label : C++23
172174 cxx-standard : 23
175+ validate_install : false
173176
174177 - build : 8
175178 label : C++26
176179 cxx-standard : 26
177-
180+ validate_install : false
178181
179182 windows :
180183 name : ' Windows.${{ matrix.build}}: ${{ matrix.label }}'
@@ -264,8 +267,10 @@ jobs:
264267 - build : 10
265268 label : C++23
266269 cxx-standard : 23
270+ validate_install : false
267271
268272 - build : 11
269273 label : C++26
270274 cxx-standard : 26
275+ validate_install : false
271276
You can’t perform that action at this time.
0 commit comments