Skip to content

Commit de32c83

Browse files
committed
Back to old gcc-11
1 parent 23229f4 commit de32c83

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
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

0 commit comments

Comments
 (0)