From c7dec997d286db35b8e15463a1620b7a9cd98cd6 Mon Sep 17 00:00:00 2001 From: edoapra Date: Mon, 29 Apr 2024 16:26:36 -0700 Subject: [PATCH] skip xcode14 since homebrew openmpi usese -ld_classic --- .github/workflows/github_actions.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/github_actions.yml b/.github/workflows/github_actions.yml index 19b1ca9708..4486b20f24 100644 --- a/.github/workflows/github_actions.yml +++ b/.github/workflows/github_actions.yml @@ -259,7 +259,7 @@ jobs: mpi_impl: openmpi armci_network: MPI-TS nwchem_modules: "tinyqmpw" - fc: gfortran-12 + fc: gfortran-11 cc: gcc use_libxc: 1 xcode_version: 15.3 @@ -317,14 +317,14 @@ jobs: nwchem_modules: "tce" fc: gfortran-11 cc: gcc-11 - xcode_version: 14.3.1 + xcode_version: 15.4 - os: macos-latest experimental: true mpi_impl: openmpi armci_network: MPI-TS nwchem_modules: "tinyqmpw" - fc: gfortran-11 - xcode_version: 14.3.1 + fc: gfortran-12 + xcode_version: 15.4 - os: macos-latest experimental: true mpi_impl: openmpi @@ -339,7 +339,7 @@ jobs: armci_network: MPI-PT nwchem_modules: "nwdft solvation driver" fc: ifort - xcode_version: 14.3.1 + xcode_version: 15.4 - os: ubuntu-20.04 experimental: true mpi_impl: mpich