Skip to content

Commit

Permalink
Switch to more recent OS and compilers for sanitizer workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
tmadlener committed Mar 13, 2024
1 parent 8ce5945 commit f18c7e3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/sanitizers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
compiler: [gcc11, clang12]
compiler: [gcc13, clang16]
# Since Leak is usually part of Address, we do not run it separately in
# CI. Keeping Address and Undefined separate for easier debugging
sanitizer: [Thread,
Expand All @@ -32,7 +32,7 @@ jobs:
- uses: cvmfs-contrib/github-action-cvmfs@v4
- uses: aidasoft/run-lcg-view@v4
with:
release-platform: LCG_102/x86_64-centos7-${{ matrix.compiler }}-opt
release-platform: LCG_105/x86_64-el9-${{ matrix.compiler }}-opt
run: |
echo "::group::Run CMake"
mkdir build
Expand All @@ -54,4 +54,4 @@ jobs:
echo "::endgroup"
echo "::group::Run tests"
ctest --output-on-failure
echo "::endgroup::"
echo "::endgroup::"

0 comments on commit f18c7e3

Please sign in to comment.