From 2b2ca757dc4fba079584357e7b1c827e82dabcc4 Mon Sep 17 00:00:00 2001 From: edoapra Date: Thu, 22 Feb 2024 18:08:20 -0800 Subject: [PATCH] arm64 actions --- .github/workflows/github_actions.yml | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/.github/workflows/github_actions.yml b/.github/workflows/github_actions.yml index 1deef7ffbf..3fbfe78064 100644 --- a/.github/workflows/github_actions.yml +++ b/.github/workflows/github_actions.yml @@ -254,6 +254,14 @@ jobs: fc: gfortran-10 cc: gcc use_libxc: 1 + - os: macos-14 + experimental: true + mpi_impl: openmpi + armci_network: MPI-TS + nwchem_modules: "tinyqmpw python" + fc: gfortran-13 + use_libxc: 1 + xcode_version: 15.2 - os: ubuntu-20.04 experimental: true mpi_impl: mpich @@ -286,7 +294,7 @@ jobs: fc: gfortran-10 cc: gcc-10 use_libxc: 1 - - os: macos-13 + - os: macos-14 experimental: true mpi_impl: openmpi armci_network: MPI-PR @@ -398,7 +406,7 @@ jobs: cc: gcc blas: "brew_openblas" blas_size: 4 - - os: macos-13 + - os: macos-14 experimental: true mpi_impl: openmpi armci_network: MPI-TS