From 175c672f11b61d59e6364fef5d685e01d08a12c1 Mon Sep 17 00:00:00 2001 From: Theodore Chang Date: Sun, 29 Sep 2024 22:17:45 +0200 Subject: [PATCH] Reduce CI dev sets --- .github/workflows/dev-all.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/dev-all.yml b/.github/workflows/dev-all.yml index fcfc55704..332ef1d07 100644 --- a/.github/workflows/dev-all.yml +++ b/.github/workflows/dev-all.yml @@ -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 @@ -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 @@ -288,7 +288,7 @@ jobs: build: [ Release ] compiler: [ "MinGW Makefiles" ] vtk: [ ON ] - avx: [ ON, OFF ] + avx: [ OFF ] steps: - name: Clone uses: actions/checkout@v4