We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1b869cc + 7f42a83 commit e576ed2Copy full SHA for e576ed2
.github/workflows/build_wheels.yml
@@ -123,10 +123,10 @@ jobs:
123
name: wheels-macos-latest
124
path: wheels
125
# Download the built wheels from macOS-13 (x86)
126
- - name: Download macOS-13 (x86) wheels
+ - name: Download macOS-15 (x86) wheels
127
uses: actions/download-artifact@v4
128
with:
129
- name: wheels-macos-13
+ name: wheels-macos-15
130
131
# Download the built wheels from Windows
132
- name: Download Windows wheels
0 commit comments