From 7ba40858a161f05bddf539117e0711cfcdaa1f14 Mon Sep 17 00:00:00 2001 From: edoapra Date: Mon, 12 Aug 2024 16:24:57 -0700 Subject: [PATCH] gcc-11 gone from macos runners --- .github/workflows/github_actions.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/github_actions.yml b/.github/workflows/github_actions.yml index ded25a262c..b5468bf43a 100644 --- a/.github/workflows/github_actions.yml +++ b/.github/workflows/github_actions.yml @@ -309,16 +309,16 @@ jobs: mpi_impl: openmpi armci_network: MPI-PR nwchem_modules: "tce" - fc: gfortran-11 - cc: gcc-11 + fc: gfortran-12 + cc: gcc-12 xcode_version: 15.4 - os: macos-latest experimental: true mpi_impl: openmpi armci_network: MPI-TS nwchem_modules: "tinyqmpw" - fc: gfortran-11 - cc: gcc-11 + fc: gfortran-12 + cc: gcc-12 xcode_version: 15.4 - os: macos-latest experimental: true