We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bd8452 commit 5f01e29Copy full SHA for 5f01e29
1 file changed
.github/workflows/linux.yml
@@ -20,7 +20,7 @@ jobs:
20
os: ubuntu-22.04
21
- node: 22
22
gcc: "gcc" # Use default gcc
23
- gpp: "g++" # Use default g++
+ gpp: "g++-12" # Use default g++
24
os: ubuntu-latest
25
- node: 24
26
cc: "clang"
0 commit comments