We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f64697 commit ab2b2ffCopy full SHA for ab2b2ff
.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