Skip to content

Commit

Permalink
Update fortran compiler version for continuous build
Browse files Browse the repository at this point in the history
  • Loading branch information
pprcht committed Feb 6, 2024
1 parent 411f717 commit 47f8f5c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ jobs:
FC: ${{ matrix.fc }}
CC: ${{ matrix.cc }}
APT_PACKAGES: >-
intel-oneapi-compiler-fortran-2022.2.1
intel-oneapi-compiler-dpcpp-cpp-and-cpp-classic-2022.2.1
intel-oneapi-mkl-2022.2.1
intel-oneapi-mkl-devel-2022.2.1
intel-oneapi-compiler-fortran-2023.1.0
intel-oneapi-compiler-dpcpp-cpp-and-cpp-classic-2023.1.0
intel-oneapi-mkl-2023.1.0
intel-oneapi-mkl-devel-2023.1.0
# APT_PACKAGES: >-
# intel-oneapi-compiler-fortran
# intel-oneapi-compiler-dpcpp-cpp-and-cpp-classic
Expand Down

0 comments on commit 47f8f5c

Please sign in to comment.