We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75288a3 commit c403e5fCopy full SHA for c403e5f
.github/workflows/main.yaml
@@ -27,8 +27,8 @@ jobs:
27
# - mode: build mode inside Pressio (Debug / Release)
28
matrix:
29
config:
30
- - { cxx: clang++, image: ubuntu-20.04-kokkos_3.5.00-kokkoskernels_3.5.00-yamlcpp_0.7.0-openmp }
31
- - { cxx: g++, image: ubuntu-20.04-kokkos_3.5.00-kokkoskernels_3.5.00-yamlcpp_0.7.0-openmp-clang }
+ - { cxx: clang++-9, image: ubuntu-20.04-kokkos_3.5.00-kokkoskernels_3.5.00-yamlcpp_0.7.0-openmp }
+ - { cxx: g++-9, image: ubuntu-20.04-kokkos_3.5.00-kokkoskernels_3.5.00-yamlcpp_0.7.0-openmp-clang }
32
33
env: # environment variables available to all steps
34
CXX: ${{ matrix.config.cxx }}
0 commit comments