Skip to content

Commit

Permalink
Merge pull request #282 from kokkos/update-workflow
Browse files Browse the repository at this point in the history
Update workflow to clang++ instead of clang++12
  • Loading branch information
dalg24 authored Oct 17, 2023
2 parents f840358 + 1edb3f4 commit 6d31a92
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++
compiler_prefix: /usr/bin
- compiler_driver: icpx
compiler_prefix: /opt/intel/oneapi/compiler/latest/linux/bin
Expand Down

0 comments on commit 6d31a92

Please sign in to comment.