Skip to content

Commit

Permalink
Attempt to use macos-14 for osx jobs with vtk=on.
Browse files Browse the repository at this point in the history
  • Loading branch information
Algiane committed Oct 17, 2024
1 parent f50e6cc commit 649c999
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/main-job.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ jobs:
pattern: [off]
pointmap: [off]
scotch: [off]
vtk: [on]
vtk: [off]
int: [int32_t]

#include:
include:
# test vtk only without scotch and with delaunay insertion (more
# tests are useless)
#- os: ubuntu-20.04
Expand All @@ -50,12 +50,12 @@ jobs:
# vtk: on
# int: int32_t

#- os: macos-12
# pattern: off
# pointmap: off
# scotch: off
# vtk: on
# int: int32_t
- os: macos-14
pattern: off
pointmap: off
scotch: off
vtk: on
int: int32_t

# Test pointmap with scotch except on windows
#- os: ubuntu-20.04
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 649c999

Please sign in to comment.