Skip to content

Commit

Permalink
Revert to ubuntu-latest for Intel.
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidHuber-NOAA committed Nov 21, 2023
1 parent 08494f8 commit 3dc15b3
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/intel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ env:

jobs:
setup:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest

steps:
- name: checkout # This is for getting spack.yaml
Expand Down Expand Up @@ -69,7 +69,6 @@ jobs:
source spack/share/spack/setup-env.sh
spack env create gsiutils-env gsi-utils/ci/spack.yaml
spack env activate gsiutils-env
sudo mv /usr/local/ /usr/local_mv
spack compiler find
sudo apt install cmake
spack external find
Expand All @@ -80,7 +79,7 @@ jobs:
gsi-utils:
needs: setup
runs-on: ubuntu-20.04
runs-on: ubuntu-latest

steps:
- name: install-intel
Expand Down

0 comments on commit 3dc15b3

Please sign in to comment.