Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master' into collection_of_fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
havogt committed Mar 21, 2024
2 parents b5732fd + f2ba6ac commit 75b3033
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,23 @@ jobs:
container: ghcr.io/gridtools/gridtools-base:${{ matrix.compiler }}
strategy:
matrix:
compiler: [gcc-8, gcc-10, gcc-11, gcc-12, clang-10, clang-14, clang-15]
compiler: [gcc-8, gcc-10, gcc-11, gcc-12, gcc-13, clang-10, clang-15, clang-16, clang-17, clang-18]
build_type: [Debug, Release]
exclude:
- compiler: gcc-10
build_type: Debug
- compiler: gcc-11
build_type: Debug
- compiler: gcc-12
build_type: Debug
- compiler: clang-10
build_type: Debug
- compiler: clang-14
build_type: Debug
- compiler: clang-15
build_type: Debug
- compiler: clang-16
build_type: Debug

steps:
- uses: actions/checkout@v1
Expand Down

0 comments on commit 75b3033

Please sign in to comment.