Skip to content

Commit a4fc630

Browse files
Move Intel CI tests from ubuntu-latest to ubuntu-20.04 (#918)
co-author: Matthew Masarik
1 parent 9c50455 commit a4fc630

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/intel.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ concurrency:
88

99
# Set I_MPI_CC/F90 so Intel MPI wrapper uses icc/ifort instead of gcc/gfortran
1010
env:
11-
cache_key: intel6
11+
cache_key: intel7
1212
CC: icc
1313
FC: ifort
1414
CXX: icpc
@@ -21,7 +21,7 @@ env:
2121

2222
jobs:
2323
setup:
24-
runs-on: ubuntu-latest
24+
runs-on: ubuntu-20.04
2525

2626
steps:
2727

@@ -91,7 +91,7 @@ jobs:
9191
strategy:
9292
matrix:
9393
switch: [Ifremer1, NCEP_st2, NCEP_st4, ite_pdlib, NCEP_st4sbs, NCEP_glwu, OASACM, UKMO, MULTI_ESMF]
94-
runs-on: ubuntu-latest
94+
runs-on: ubuntu-20.04
9595

9696
steps:
9797
- name: checkout-ww3

0 commit comments

Comments
 (0)