Skip to content

Commit

Permalink
[INFRA] Patch M1 GCC
Browse files Browse the repository at this point in the history
  • Loading branch information
eseiler committed Sep 18, 2024
1 parent e409f0b commit 1371a03
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,11 @@ jobs:
compiler: ${{ matrix.compiler }}
ccache_size: 75M

- name: Install CMake
uses: seqan/actions/setup-cmake@main
- name: Patch M1 GCC
if: contains(matrix.compiler, 'gcc') && matrix.compiler != 'gcc-14'
uses: seqan/actions/patch-m1-gcc@main
with:
cmake: 3.28.5
compiler: ${{ matrix.compiler }}

- name: Configure tests
run: |
Expand Down

0 comments on commit 1371a03

Please sign in to comment.