Skip to content

Commit e576ed2

Browse files
author
github-actions
committed
Auto-merge updates from master branch
2 parents 1b869cc + 7f42a83 commit e576ed2

File tree

4 files changed

+468
-221
lines changed

4 files changed

+468
-221
lines changed

.github/workflows/build_wheels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,10 +123,10 @@ jobs:
123123
name: wheels-macos-latest
124124
path: wheels
125125
# Download the built wheels from macOS-13 (x86)
126-
- name: Download macOS-13 (x86) wheels
126+
- name: Download macOS-15 (x86) wheels
127127
uses: actions/download-artifact@v4
128128
with:
129-
name: wheels-macos-13
129+
name: wheels-macos-15
130130
path: wheels
131131
# Download the built wheels from Windows
132132
- name: Download Windows wheels

0 commit comments

Comments
 (0)