File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1010
1111jobs :
1212 build-wheels :
13- name : ${{ matrix.runs-on }} • ${{ matrix.arch }}
13+ name : " ${{ matrix.runs-on }} • ${{ matrix.arch }}"
1414 defaults :
1515 run :
1616 shell : bash
2121 arch : x86_64
2222 - runs-on : windows-latest
2323 arch : AMD64
24- - runs-on : macos-12
24+ - runs-on : macos-13
2525 arch : x86_64
26- - runs-on : macos-12
26+ - runs-on : macos-13
2727 arch : arm64
2828 runs-on : ${{ matrix.runs-on }}
2929
@@ -106,12 +106,12 @@ jobs:
106106
107107 - uses : actions/download-artifact@v4
108108 with :
109- name : wheels-macos-12 -x86_64
109+ name : wheels-macos-13 -x86_64
110110 path : dist
111111
112112 - uses : actions/download-artifact@v4
113113 with :
114- name : wheels-macos-12 -arm64
114+ name : wheels-macos-13 -arm64
115115 path : dist
116116
117117 - run : ls dist/
You can’t perform that action at this time.
0 commit comments