Skip to content

Commit 7eb7ecf

Browse files
authored
Merge pull request scipy#21863 from andyfaff/macca
CI: use macos-15 for a macOS run
2 parents 0c354ea + 5f301cc commit 7eb7ecf

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
@@ -183,7 +183,7 @@ jobs:
183183
if: >
184184
needs.get_commit_message.outputs.message == 1
185185
&& (github.repository == 'scipy/scipy' || github.repository == '')
186-
runs-on: macos-14
186+
runs-on: macos-15
187187
strategy:
188188
matrix:
189189
python-version: ["3.11"]
@@ -201,7 +201,7 @@ jobs:
201201

202202
- name: Build and Install SciPy
203203
run: |
204-
sudo xcode-select -s /Applications/Xcode_15.2.app
204+
sudo xcode-select -s /Applications/Xcode_16.app
205205
206206
git submodule update --init
207207
GFORTRAN_LOC=$(which gfortran-13)

0 commit comments

Comments
 (0)