Skip to content

Commit 1621f72

Browse files
committed
Add Ubuntu 22.04 with default g++ to GitHub Actions CI matrix
- Expand compiler testing to include Ubuntu 22.04 with default g++ - Maintain comprehensive cross-platform compiler compatibility testing - Incrementally improve CI matrix configuration
1 parent 51cffcf commit 1621f72

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/c-cpp.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ jobs:
2222
compiler: g++-12
2323
- os: ubuntu-24.04
2424
compiler: g++-13
25+
- os: ubuntu-22.04
26+
compiler: g++
2527
- os: windows-2022
2628
compiler: default
2729
- os: macos-latest

0 commit comments

Comments
 (0)