Skip to content

Commit

Permalink
ci: trim cached oneapi versions (#1700)
Browse files Browse the repository at this point in the history
* only need to cache intel-classic 2021.7 and intel 2024.0
  • Loading branch information
wpbonelli authored Apr 3, 2024
1 parent 02052a9 commit b548242
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/large.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,10 @@ jobs:
fail-fast: false
matrix:
include:
# ifx
- {os: windows-2022, compiler: intel, version: 2022.2}
# use this combo to install and cache oneapi components (compilers + mkl/mpi) and petsc for mf6 parallel
# this combo is for windows parallel oneapi components (compilers + mkl/mpi) and petsc
- {os: windows-2022, compiler: intel, version: 2024.0}
# ifort
- {os: windows-2022, compiler: intel-classic, version: "2021.10"}
- {os: windows-2022, compiler: intel-classic, version: 2021.9}
- {os: windows-2022, compiler: intel-classic, version: 2021.8}
# ifort 2021.7 currently used for all other CI testing
- {os: windows-2022, compiler: intel-classic, version: 2021.7}
- {os: windows-2022, compiler: intel-classic, version: 2021.6}
steps:
- name: Setup ${{ matrix.compiler }} ${{ matrix.version }}
if: (!(matrix.compiler == 'intel' && matrix.version == '2024.0'))
Expand Down

0 comments on commit b548242

Please sign in to comment.