We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6e8f4d commit 5f301ccCopy full SHA for 5f301cc
.github/workflows/macos.yml
@@ -190,7 +190,7 @@ jobs:
190
if: >
191
needs.get_commit_message.outputs.message == 1
192
&& (github.repository == 'scipy/scipy' || github.repository == '')
193
- runs-on: macos-14
+ runs-on: macos-15
194
strategy:
195
matrix:
196
python-version: ["3.11"]
@@ -208,7 +208,7 @@ jobs:
208
209
- name: Build and Install SciPy
210
run: |
211
- sudo xcode-select -s /Applications/Xcode_15.2.app
+ sudo xcode-select -s /Applications/Xcode_16.app
212
213
git submodule update --init
214
GFORTRAN_LOC=$(which gfortran-13)
0 commit comments