File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 3636 compiler :
3737 # you can specify the version after `-` like "llvm-15.0.2".
3838 - llvm-15.0.2
39- - gcc
39+ - gcc-11
4040 generator :
4141 - " Ninja Multi-Config"
4242 build_type :
@@ -51,13 +51,13 @@ jobs:
5151 exclude :
5252 # mingw is determined by this author to be too buggy to support
5353 - os : windows-2022
54- compiler : gcc
54+ compiler : gcc-11
5555
5656 include :
5757 # Add appropriate variables for gcov version required. This will intentionally break
5858 # if you try to use a compiler that does not have gcov set
59- - compiler : gcc
60- gcov_executable : gcov
59+ - compiler : gcc-11
60+ gcov_executable : gcov-11
6161 enable_ipo : On
6262
6363 - compiler : llvm-15.0.2
@@ -74,10 +74,10 @@ jobs:
7474
7575 # This exists solely to make sure a non-multiconfig build works
7676 - os : ubuntu-latest
77- compiler : gcc
77+ compiler : gcc-11
7878 generator : " Unix Makefiles"
7979 build_type : Debug
80- gcov_executable : gcov
80+ gcov_executable : gcov-11
8181 packaging_maintainer_mode : On
8282 enable_ipo : Off
8383
You can’t perform that action at this time.
0 commit comments