From a4fc6309a3b884f5d9690738c4e28f73643593d5 Mon Sep 17 00:00:00 2001 From: Jessica Meixner Date: Tue, 28 Feb 2023 11:00:14 -0500 Subject: [PATCH] Move Intel CI tests from ubuntu-latest to ubuntu-20.04 (#918) co-author: Matthew Masarik --- .github/workflows/intel.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/intel.yml b/.github/workflows/intel.yml index a77f1fa54..c40f3265e 100644 --- a/.github/workflows/intel.yml +++ b/.github/workflows/intel.yml @@ -8,7 +8,7 @@ concurrency: # Set I_MPI_CC/F90 so Intel MPI wrapper uses icc/ifort instead of gcc/gfortran env: - cache_key: intel6 + cache_key: intel7 CC: icc FC: ifort CXX: icpc @@ -21,7 +21,7 @@ env: jobs: setup: - runs-on: ubuntu-latest + runs-on: ubuntu-20.04 steps: @@ -91,7 +91,7 @@ jobs: strategy: matrix: switch: [Ifremer1, NCEP_st2, NCEP_st4, ite_pdlib, NCEP_st4sbs, NCEP_glwu, OASACM, UKMO, MULTI_ESMF] - runs-on: ubuntu-latest + runs-on: ubuntu-20.04 steps: - name: checkout-ww3