Skip to content

Commit c818339

Browse files
first commit
1 parent 6b7ea58 commit c818339

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ jobs:
1717
cc: 'gcc-10'
1818
cxx: 'g++-10'
1919
- os: 'ubuntu-22.04'
20-
cc: 'clang-13'
21-
cxx: 'clang++-13'
20+
cc: 'clang-14'
21+
cxx: 'clang++-14'
2222
- os: 'macos-13'
2323
cc: 'clang'
2424
cxx: 'clang++'

0 commit comments

Comments
 (0)