Skip to content

Commit

Permalink
Update GH CI workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidHuber-NOAA committed Dec 11, 2024
1 parent 04896a7 commit 549077e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/gcc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ defaults:

env:
cache_key: gcc
CC: gcc-10
FC: gfortran-10
CXX: g++-10
CC: gcc-12
FC: gfortran-12
CXX: g++-12

# The jobs are split into:
# 1. a dependency build step (setup), and
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/intel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ jobs:
sudo swapoff -a
sudo rm -f /swapfile
sudo apt clean
docker rmi $(docker image ls -aq)
DOCKER_IMGS=$(docker image ls -aq)
[[ ! -z "${DOCKER_IMGS}" ]] && docker rmi ${DOCKER_IMGS}
# Checkout the GSI to get the ci/spack.yaml file
- name: checkout
Expand Down

0 comments on commit 549077e

Please sign in to comment.