Skip to content

Commit

Permalink
Merge pull request #259 from eseiler/infra/sanitizer
Browse files Browse the repository at this point in the history
[INFRA] Only patch gcc on macos
  • Loading branch information
eseiler authored Sep 25, 2024
2 parents d1e4b90 + d075e52 commit 2ad8f25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci_sanitizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
compiler: ${{ matrix.compiler }}

- name: Patch M1 GCC
if: contains(matrix.compiler, 'gcc') && matrix.compiler != 'gcc-14'
if: contains(matrix.os, 'macos') && contains(matrix.compiler, 'gcc') && matrix.compiler != 'gcc-14'
uses: seqan/actions/patch-m1-gcc@main
with:
compiler: ${{ matrix.compiler }}
Expand Down

0 comments on commit 2ad8f25

Please sign in to comment.