Skip to content

Commit

Permalink
Merge pull request #36 from Pressio/35-update-container-names-in-ci
Browse files Browse the repository at this point in the history
#35: Update container names in CI
  • Loading branch information
fnrizzi authored Feb 4, 2025
2 parents fc9a552 + 4f5a403 commit bf75c94
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci-baseline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,17 +23,17 @@ jobs:
fail-fast: false
matrix:
image:
- fedora-clang-17
- fedora-gnu-13
- ubuntu-clang-14
- ubuntu-gnu-11
- fedora-clang17
- fedora-gnu13
- ubuntu-clang14
- ubuntu-gnu11
build_type:
- Release
- Debug
cmake_extra_args:
- ''
include:
- image: ubuntu-clang-14
- image: ubuntu-clang14
build_type: Release
cmake_extra_args: '-D CMAKE_CXX_STANDARD=20 -D PRESSIO_ENABLE_CXX20=ON'

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci-kokkos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ jobs:
fail-fast: false
matrix:
image:
- ubuntu-gnu-kokkos-cpu-serial-11
- ubuntu-gnu-kokkos-cpu-openmp-11
- ubuntu-gnu11-kokkos-cpu-serial
- ubuntu-gnu11-kokkos-cpu-openmp
build_type:
- Debug

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-trilinos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
strategy:
matrix:
image:
- ubuntu-gnu-trilinos-11
- ubuntu-gnu11-trilinos
tag:
- 0dc4553
- 5bbda25
Expand Down

0 comments on commit bf75c94

Please sign in to comment.