Skip to content

Commit 93483b4

Browse files
committed
fix CI
1 parent b7093b3 commit 93483b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/linux.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ on:
33
pull_request:
44
push:
55
jobs:
6-
build_clang:
6+
build:
77
runs-on: ubuntu-latest
88
strategy:
99
matrix:
10-
cxx: [g++-12, clang++-18]
10+
cxx: [g++, clang++]
1111
build_type: [Release]
1212
steps:
1313
- uses: actions/checkout@master

0 commit comments

Comments
 (0)