Skip to content

Commit c403e5f

Browse files
#2: - added compiler version
1 parent 75288a3 commit c403e5f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ jobs:
2727
# - mode: build mode inside Pressio (Debug / Release)
2828
matrix:
2929
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 }
30+
- { cxx: clang++-9, image: ubuntu-20.04-kokkos_3.5.00-kokkoskernels_3.5.00-yamlcpp_0.7.0-openmp }
31+
- { cxx: g++-9, image: ubuntu-20.04-kokkos_3.5.00-kokkoskernels_3.5.00-yamlcpp_0.7.0-openmp-clang }
3232

3333
env: # environment variables available to all steps
3434
CXX: ${{ matrix.config.cxx }}

0 commit comments

Comments
 (0)