Skip to content

Commit

Permalink
Merge pull request #286 from MmgTools/feature/fix-vtk-install-deadloc…
Browse files Browse the repository at this point in the history
…k-in-ci

Feature/fix vtk install deadlock in ci
  • Loading branch information
corentin-prigent authored Oct 22, 2024
2 parents 7efe346 + 12543e3 commit 74fe1ce
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main-job.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
vtk: on
int: int32_t

- os: macos-12
- os: macos-14
pattern: off
pointmap: off
scotch: off
Expand Down Expand Up @@ -118,7 +118,7 @@ jobs:
vtk: off
int: int64_t

- os: macos-12
- os: macos-14
pattern: on
pointmap: on
scotch: on
Expand Down Expand Up @@ -342,7 +342,7 @@ jobs:
cd build
ctest --timeout 7200 -VV -C ${{ env.BUILD_TYPE }} -j ${{ env.NJOBS }}
- name: Test Mmg with in64_t integers
- name: Test Mmg with int64_t integers
# Run long tests only on ubuntu with pattern off, scotch on, vtk on and int64_t integers
if: matrix.os == 'ubuntu-20.04' && matrix.pattern == 'off' && matrix.scotch == 'on' && matrix.vtk == 'on' && matrix.int == 'int64_t'
run: |
Expand Down

0 comments on commit 74fe1ce

Please sign in to comment.