Skip to content

Commit 5f301cc

Browse files
committed
CI: use macos-15 for an entry
1 parent c6e8f4d commit 5f301cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/macos.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ jobs:
190190
if: >
191191
needs.get_commit_message.outputs.message == 1
192192
&& (github.repository == 'scipy/scipy' || github.repository == '')
193-
runs-on: macos-14
193+
runs-on: macos-15
194194
strategy:
195195
matrix:
196196
python-version: ["3.11"]
@@ -208,7 +208,7 @@ jobs:
208208

209209
- name: Build and Install SciPy
210210
run: |
211-
sudo xcode-select -s /Applications/Xcode_15.2.app
211+
sudo xcode-select -s /Applications/Xcode_16.app
212212
213213
git submodule update --init
214214
GFORTRAN_LOC=$(which gfortran-13)

0 commit comments

Comments
 (0)