Skip to content

Commit

Permalink
first commit
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippGrulich committed Feb 6, 2024
1 parent c818339 commit 92b2b30
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
cc: 'gcc-10'
cxx: 'g++-10'
- os: 'ubuntu-22.04'
cc: 'clang-14'
cxx: 'clang++-14'
cc: 'clang-15'
cxx: 'clang++-15'
- os: 'macos-13'
cc: 'clang'
cxx: 'clang++'
Expand Down

0 comments on commit 92b2b30

Please sign in to comment.