File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -167,11 +167,10 @@ jobs:
167167
168168 - job : OSX_OpenMP_Clang
169169 pool :
170- vmImage : ' macOS-11 '
170+ vmImage : ' macOS-latest '
171171 variables :
172172 LD_LIBRARY_PATH : /usr/local/opt/llvm/lib
173173 LIBRARY_PATH : /usr/local/opt/llvm/lib
174- MACOSX_DEPLOYMENT_TARGET : 11.0
175174 steps :
176175 - script : |
177176 brew update
@@ -180,7 +179,7 @@ jobs:
180179
181180 - job : OSX_OpenMP_Clang_cmake
182181 pool :
183- vmImage : ' macOS-11 '
182+ vmImage : ' macOS-latest '
184183 variables :
185184 LD_LIBRARY_PATH : /usr/local/opt/llvm/lib
186185 LIBRARY_PATH : /usr/local/opt/llvm/lib
@@ -210,7 +209,7 @@ jobs:
210209
211210 - job : OSX_Ifort_Clang
212211 pool :
213- vmImage : ' macOS-11 '
212+ vmImage : ' macOS-latest '
214213 variables :
215214 LD_LIBRARY_PATH : /usr/local/opt/llvm/lib
216215 MACOS_HPCKIT_URL : https://registrationcenter-download.intel.com/akdlm/irc_nas/17643/m_HPCKit_p_2021.2.0.2903_offline.dmg
You can’t perform that action at this time.
0 commit comments