Skip to content

Commit

Permalink
Update workflow to clang 14
Browse files Browse the repository at this point in the history
  • Loading branch information
crtrott committed Oct 16, 2023
1 parent f840358 commit a574da1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
compiler_prefix: /usr/bin
- compiler_driver: g++-10
compiler_prefix: /usr/bin
- compiler_driver: clang++-12
- compiler_driver: clang++14
compiler_prefix: /usr/bin
- compiler_driver: icpx
compiler_prefix: /opt/intel/oneapi/compiler/latest/linux/bin
Expand Down

0 comments on commit a574da1

Please sign in to comment.