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.
2 parents 0c354ea + 5f301cc commit 7eb7ecfCopy full SHA for 7eb7ecf
.github/workflows/macos.yml
@@ -183,7 +183,7 @@ jobs:
183
if: >
184
needs.get_commit_message.outputs.message == 1
185
&& (github.repository == 'scipy/scipy' || github.repository == '')
186
- runs-on: macos-14
+ runs-on: macos-15
187
strategy:
188
matrix:
189
python-version: ["3.11"]
@@ -201,7 +201,7 @@ jobs:
201
202
- name: Build and Install SciPy
203
run: |
204
- sudo xcode-select -s /Applications/Xcode_15.2.app
+ sudo xcode-select -s /Applications/Xcode_16.app
205
206
git submodule update --init
207
GFORTRAN_LOC=$(which gfortran-13)
0 commit comments