File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed
Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 1212 artifact-name :
1313 required : true
1414 type : string
15+ runs-on :
16+ required : true
17+ type : string
18+ default : ' ubuntu-latest'
1519 secrets :
1620 github-token :
1721 required : true
Original file line number Diff line number Diff line change @@ -128,6 +128,7 @@ jobs:
128128 with :
129129 python-version : " 3.10"
130130 artifact-name : wheels-${{ matrix.target }}
131+ runs-on : ubuntu-latest
131132 secrets :
132133 github-token : ${{ secrets.GITHUB_TOKEN }}
133134 strategy :
@@ -148,6 +149,7 @@ jobs:
148149 python-version : " 3.10"
149150 architecture : ${{ matrix.target }}
150151 artifact-name : wheels-${{ matrix.target }}
152+ runs-on : windows-latest
151153 secrets :
152154 github-token : ${{ secrets.GITHUB_TOKEN }}
153155 strategy :
@@ -167,6 +169,7 @@ jobs:
167169 with :
168170 python-version : " 3.10"
169171 artifact-name : wheels-mac-x86_64
172+ runs-on : macos-latest
170173 secrets :
171174 github-token : ${{ secrets.GITHUB_TOKEN }}
172175 if : |
@@ -183,6 +186,7 @@ jobs:
183186 with :
184187 python-version : " 3.10"
185188 artifact-name : wheels-mac-aarch64
189+ runs-on : macos-latest
186190 secrets :
187191 github-token : ${{ secrets.GITHUB_TOKEN }}
188192 if : |
@@ -219,7 +223,7 @@ jobs:
219223 path : dist
220224
221225 tests-linux-wheel :
222- name : Test Linux Wheel
226+ name : Test Linux wheel
223227 needs : build-linux-wheel
224228 runs-on : ubuntu-latest
225229 strategy :
You can’t perform that action at this time.
0 commit comments