Skip to content

Commit 095545e

Browse files
committed
ci: fix linux compilers
- Change compilers from -13/-16 to default Signed-off-by: NotKeira <github.rxs06@accounts.keira.boo>
1 parent 5a194ee commit 095545e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ jobs:
3838
matrix:
3939
build_type: [ Debug, Release ]
4040
compiler:
41-
- { cc: gcc-13, cxx: g++-13 }
42-
- { cc: clang-16, cxx: clang++-16 }
41+
- { cc: gcc, cxx: g++ }
42+
- { cc: clang, cxx: clang++ }
4343

4444
steps:
4545
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)