diff --git a/.github/workflows/intel.yml b/.github/workflows/intel.yml index c3b5e29fb..7d0b995ab 100644 --- a/.github/workflows/intel.yml +++ b/.github/workflows/intel.yml @@ -39,8 +39,7 @@ jobs: - name: Prep Intel OneAPI if: steps.cache-intel.outputs.cache-hit == 'true' run: | - source /opt/intel/oneapi/setvars.sh - source /opt/intel/oneapi/compiler/latest/env/vars.sh intel64 + source /opt/intel/oneapi/2025.0/oneapi-vars.sh printenv >> $GITHUB_ENV export PATH=/opt/intel/oneapi/2025.0/bin:$PATH - name: cache-hdf5 @@ -56,7 +55,7 @@ jobs: install_prefix: ${GITHUB_WORKSPACE}/hdf5 enable_parallel: True hdf5_version: ${{ env.HDF5_VERSION }} - mpi_path: /opt/intel/mpi + mpi_path: /opt/intel/oneapi/2025.0/ - name: cache netcdf C id: cache-netcdf-c uses: actions/cache@v4