Skip to content

Commit 5f01e29

Browse files
committed
use g++12
1 parent 4bd8452 commit 5f01e29

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
os: ubuntu-22.04
2121
- node: 22
2222
gcc: "gcc" # Use default gcc
23-
gpp: "g++" # Use default g++
23+
gpp: "g++-12" # Use default g++
2424
os: ubuntu-latest
2525
- node: 24
2626
cc: "clang"

0 commit comments

Comments
 (0)