Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
MarDiehl committed Nov 25, 2023
1 parent fde033c commit e1a3f79
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/Fortran.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,12 +90,8 @@ jobs:
runs-on: macos-12

strategy:
matrix:
gcc_v: [11, 12, 13]
fail-fast: false

env:
GCC_V: ${{ matrix.gcc_v }}

steps:

Expand All @@ -120,7 +116,7 @@ jobs:
run: |
tar -xf download/petsc-${PETSC_VERSION}.tar.gz -C .
export PETSC_DIR=${PWD}/petsc-${PETSC_VERSION}
export PETSC_ARCH=gcc${GCC_V}
export PETSC_ARCH=openmpi
printenv >> $GITHUB_ENV
#- name: PETSc - Cache Installation
Expand Down

0 comments on commit e1a3f79

Please sign in to comment.