Skip to content

Commit 9159d1f

Browse files
committed
[CI] Specifically request {gcc,g++}-11
1 parent 0e57ecc commit 9159d1f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/buildAndTest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,8 +148,8 @@ jobs:
148148
mode: Debug
149149
assert: ON
150150
shared: ON
151-
- cc: gcc
152-
cxx: g++
151+
- cc: gcc-11
152+
cxx: g++-11
153153
mode: Release
154154
assert: OFF
155155
shared: OFF

0 commit comments

Comments
 (0)