From 233f617af83f7d1d53d0a4e19d31ccc0434b965d Mon Sep 17 00:00:00 2001 From: edoapra Date: Fri, 25 Feb 2022 09:57:36 -0800 Subject: [PATCH] switch to ubuntu18 for 64to32 --- .github/workflows/github_actions.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/github_actions.yml b/.github/workflows/github_actions.yml index f8bf9651a4..39f5ca1793 100644 --- a/.github/workflows/github_actions.yml +++ b/.github/workflows/github_actions.yml @@ -41,7 +41,7 @@ jobs: mpi_impl: mpich nwchem_modules: "qmandpw qmd" include: - - os: ubuntu-latest + - os: ubuntu-18.04 experimental: true mpi_impl: mpich armci_network: MPI-TS @@ -318,6 +318,7 @@ jobs: run: | cat src/tools/build/config.log || true cat src/tools/build/comex/config.log || true + tail -100 64log || true - name: store cache run: | mkdir -p ~/apps || true