We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 45f7b02 + 7f42a83 commit f2b54dcCopy full SHA for f2b54dc
.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