File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 9898 # this build cannot be configured currently
9999 # - os: ubuntu-24.04
100100 # parallelisation: "cuda"
101- - os : macos-14
101+ - os : macos-15
102102 parallelisation : ' '
103- - os : macos-14
103+ - os : macos-15
104104 parallelisation : ' openmp'
105105 - os : windows-2022
106106 parallelisation : ' '
@@ -144,7 +144,7 @@ jobs:
144144
145145 # Workaround, because the setup-python action doesn't set up the PATH correctly
146146 - name : Install LLVM and numpy (MacOS)
147- if : matrix.os == 'macos-14 '
147+ if : matrix.os == 'macos-15 '
148148 shell : bash
149149 run : |
150150 brew update
@@ -160,12 +160,12 @@ jobs:
160160 choco upgrade llvm
161161
162162 - uses : actions/setup-python@v5
163- if : matrix.os != 'macos-14 '
163+ if : matrix.os != 'macos-15 '
164164 with :
165165 python-version : ' 3.x'
166166
167167 - name : Install python packages
168- if : matrix.os != 'macos-14 '
168+ if : matrix.os != 'macos-15 '
169169 run : pip install --user numpy
170170
171171 - name : Create build folder
@@ -374,7 +374,7 @@ jobs:
374374 matrix :
375375 include :
376376 - os : ubuntu-22.04
377- - os : macos-14
377+ - os : macos-15
378378 env :
379379 BUILD_TYPE : Debug
380380 CMAKE_FLAGS : >
@@ -421,7 +421,7 @@ jobs:
421421 - configuration : ' single-precision'
422422 os : ubuntu-24.04
423423 - configuration : ' single-precision'
424- os : macos-14
424+ os : macos-15
425425 - configuration : ' pinning-and-defects'
426426 os : ubuntu-24.04
427427 env :
You can’t perform that action at this time.
0 commit comments