From 27fef97a987c7024449c9bb49c129446ae1b495a Mon Sep 17 00:00:00 2001 From: Ansgar Wehrhahn <31626864+AWehrhahn@users.noreply.github.com> Date: Thu, 22 Jul 2021 12:12:52 +0200 Subject: [PATCH] update workflow --- .github/workflows/make.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/make.yml b/.github/workflows/make.yml index 5120ca8..d8a92ac 100644 --- a/.github/workflows/make.yml +++ b/.github/workflows/make.yml @@ -45,11 +45,11 @@ jobs: - name: gfortran container: manylinux2014_x86_64 compiler: gfortran - makefile: Makefile.am + makefile: Makefile_sequential.am - name: gfortran-parallel container: manylinux2014_x86_64 compiler: gfortran - makefile: Makefile_parallel.am + makefile: Makefile.am # F2C fails the test on manylinux for some reason , f2c] container: