Skip to content

Commit b3b94c2

Browse files
committed
CI: update runner macos-14 → macos-15
1 parent ae98317 commit b3b94c2

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/builds.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -98,9 +98,9 @@ jobs:
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:

0 commit comments

Comments
 (0)