@@ -182,29 +182,29 @@ jobs:
182
182
name : ' Windows'
183
183
needs : check_source
184
184
if : needs.check_source.outputs.run_tests == 'true'
185
- uses : ./.github/workflows/reusable-build- windows.yml
185
+ uses : ./.github/workflows/reusable-windows.yml
186
186
187
187
build_windows_free_threaded :
188
188
name : ' Windows (free-threaded)'
189
189
needs : check_source
190
190
if : needs.check_source.outputs.run_tests == 'true' && contains(github.event.pull_request.labels.*.name, 'topic-free-threaded')
191
- uses : ./.github/workflows/reusable-build- windows.yml
191
+ uses : ./.github/workflows/reusable-windows.yml
192
192
with :
193
193
free-threaded : true
194
194
195
195
build_macos :
196
196
name : ' macOS'
197
197
needs : check_source
198
198
if : needs.check_source.outputs.run_tests == 'true'
199
- uses : ./.github/workflows/reusable-build- macos.yml
199
+ uses : ./.github/workflows/reusable-macos.yml
200
200
with :
201
201
config_hash : ${{ needs.check_source.outputs.config_hash }}
202
202
203
203
build_macos_free_threaded :
204
204
name : ' macOS (free-threaded)'
205
205
needs : check_source
206
206
if : needs.check_source.outputs.run_tests == 'true' && contains(github.event.pull_request.labels.*.name, 'topic-free-threaded')
207
- uses : ./.github/workflows/reusable-build- macos.yml
207
+ uses : ./.github/workflows/reusable-macos.yml
208
208
with :
209
209
config_hash : ${{ needs.check_source.outputs.config_hash }}
210
210
free-threaded : true
@@ -213,7 +213,7 @@ jobs:
213
213
name : ' Ubuntu'
214
214
needs : check_source
215
215
if : needs.check_source.outputs.run_tests == 'true'
216
- uses : ./.github/workflows/reusable-build- ubuntu.yml
216
+ uses : ./.github/workflows/reusable-ubuntu.yml
217
217
with :
218
218
config_hash : ${{ needs.check_source.outputs.config_hash }}
219
219
options : |
@@ -226,7 +226,7 @@ jobs:
226
226
name : ' Ubuntu (free-threaded)'
227
227
needs : check_source
228
228
if : needs.check_source.outputs.run_tests == 'true' && contains(github.event.pull_request.labels.*.name, 'topic-free-threaded')
229
- uses : ./.github/workflows/reusable-build- ubuntu.yml
229
+ uses : ./.github/workflows/reusable-ubuntu.yml
230
230
with :
231
231
config_hash : ${{ needs.check_source.outputs.config_hash }}
232
232
options : |
0 commit comments