Skip to content

Commit

Permalink
gcc-11 gone from macos runners
Browse files Browse the repository at this point in the history
  • Loading branch information
edoapra committed Aug 14, 2024
1 parent 83bdd9b commit 7ba4085
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/github_actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7ba4085

Please sign in to comment.