Skip to content

Commit

Permalink
Reduce CI dev sets
Browse files Browse the repository at this point in the history
  • Loading branch information
TLCFEM committed Sep 29, 2024
1 parent 4826072 commit 175c672
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/dev-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ jobs:
matrix:
build: [ RelWithDebInfo, Debug ]
compiler: [ { c: gcc, cpp: g++, fortran: gfortran }, { c: icx, cpp: icpx, fortran: ifx } ]
avx: [ ON, OFF ]
avx: [ OFF ]
vtk: [ ON, OFF ]
mkl: [ ON, OFF ]
mkl: [ OFF ]
exclude:
- build: Debug
mkl: ON
Expand Down Expand Up @@ -206,8 +206,8 @@ jobs:
build: [ Release ]
compiler: [ "Visual Studio 17 2022" ]
vtk: [ ON, OFF ]
avx: [ ON, OFF ]
mkl: [ ON, OFF ]
avx: [ OFF ]
mkl: [ OFF ]
steps:
- name: Clone
uses: actions/checkout@v4
Expand Down Expand Up @@ -288,7 +288,7 @@ jobs:
build: [ Release ]
compiler: [ "MinGW Makefiles" ]
vtk: [ ON ]
avx: [ ON, OFF ]
avx: [ OFF ]
steps:
- name: Clone
uses: actions/checkout@v4
Expand Down

0 comments on commit 175c672

Please sign in to comment.