diff --git a/.github/workflows/Fortran.yml b/.github/workflows/Fortran.yml index c6826bb83..27a9b468d 100644 --- a/.github/workflows/Fortran.yml +++ b/.github/workflows/Fortran.yml @@ -88,7 +88,7 @@ jobs: intel: - runs-on: [ubuntu-22.04] + runs-on: [intel/oneapi-hpckit] strategy: matrix: @@ -101,20 +101,6 @@ jobs: steps: - uses: actions/checkout@v3 - - name: Intel - Install - run: | - wget -q https://apt.repos.intel.com/intel-gpg-keys/GPG-PUB-KEY-INTEL-SW-PRODUCTS-2023.PUB - sudo apt-key add GPG-PUB-KEY-INTEL-SW-PRODUCTS-2023.PUB - rm GPG-PUB-KEY-INTEL-SW-PRODUCTS-2023.PUB - echo "deb https://apt.repos.intel.com/oneapi all main" | sudo tee /etc/apt/sources.list.d/oneAPI.list - sudo apt-get update - sudo apt-get install \ - intel-basekit \ - intel-oneapi-compiler-dpcpp-cpp-and-cpp-classic intel-oneapi-compiler-fortran \ - intel-oneapi-openmp intel-oneapi-mkl-devel - source /opt/intel/oneapi/setvars.sh - printenv >> $GITHUB_ENV - - name: PETSc - Cache download id: petsc-download uses: actions/cache@v3