Skip to content

Commit d9c461b

Browse files
gabimejunekimdev
authored andcommitted
Update linux.yml
1 parent 9f39bb6 commit d9c461b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/linux.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,8 @@ jobs:
1818
fail-fast: false
1919
matrix:
2020
config:
21-
- { compiler: gcc, version: 7, build_type: Release, cppstd: 11 }
22-
- { compiler: gcc, version: 9, build_type: Release, cppstd: 17 }
23-
- { compiler: gcc, version: 11, build_type: Debug, cppstd: 20 }
21+
- { compiler: gcc, version: 9, build_type: Release, cppstd: 11 }
22+
- { compiler: gcc, version: 11, build_type: Debug, cppstd: 17 }
2423
- { compiler: gcc, version: 12, build_type: Release, cppstd: 20 }
2524
- { compiler: gcc, version: 12, build_type: Debug, cppstd: 20, asan: ON }
2625
- { compiler: clang, version: 12, build_type: Debug, cppstd: 17 }

0 commit comments

Comments
 (0)