Skip to content

Commit b2d9e0e

Browse files
authored
Also install Intel C/C++ compilers on OSX
1 parent 15e868e commit b2d9e0e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,7 @@ jobs:
116116
env:
117117
MACOS_HPCKIT_URL: >-
118118
https://registrationcenter-download.intel.com/akdlm/irc_nas/17398/m_HPCKit_p_2021.1.0.2681_offline.dmg
119-
MACOS_FORTRAN_COMPONENTS: >-
120-
intel.oneapi.mac.ifort-compiler
119+
MACOS_FORTRAN_COMPONENTS: all
121120
FC: ${{ matrix.fc }}
122121
CC: ${{ matrix.cc }}
123122
CXX: ${{ matrix.cxx }}

0 commit comments

Comments
 (0)