Skip to content

Commit da586d2

Browse files
authored
ci(codeql): use g++-14 (#1196)
1 parent 1664ffc commit da586d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ on:
2020
- cron: "27 11 * * 2"
2121

2222
env:
23-
CXX: g++-13
23+
CXX: g++-14
2424

2525
jobs:
2626
analyze:

0 commit comments

Comments
 (0)