Skip to content

Commit fb4c550

Browse files
committed
use gcc for c rather than g++
1 parent 99eaa44 commit fb4c550

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/bazel.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,11 @@ jobs:
3838
fail-fast: false
3939
matrix:
4040
shared: [ON, OFF]
41-
cxx: [g++-12, clang++-14]
41+
include:
42+
- cc: gcc-12
43+
cxx: g++-12
44+
- cc: clang-14
45+
cxx: clang++-14
4246
runs-on: ubuntu-22.04
4347
steps:
4448
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

0 commit comments

Comments
 (0)