@@ -308,14 +308,6 @@ jobs:
308308 timeout-minutes : 60
309309 steps :
310310 - uses : actions/checkout@v5
311- # - uses: ./.github/actions/download
312- # with:
313- # platform: "ubuntu-24.04_x86_64"
314- # python_version: "3.11"
315- # - uses: ./.github/actions/download
316- # with:
317- # platform: "ubuntu-24.04_x86_64"
318- # python_version: "3.12"
319311
320312 - uses : ./.github/actions/download
321313 with :
@@ -333,14 +325,6 @@ jobs:
333325 with :
334326 platform : " ubuntu-24.04_armv8"
335327 python_version : " 3.14"
336- # - uses: ./.github/actions/download
337- # with:
338- # platform: "macos-15_arm64"
339- # python_version: "3.11"
340- # - uses: ./.github/actions/download
341- # with:
342- # platform: "macos-15_arm64"
343- # python_version: "3.12"
344328 - uses : ./.github/actions/download
345329 with :
346330 platform : " macos-15_arm64"
@@ -349,72 +333,6 @@ jobs:
349333 with :
350334 platform : " macos-15_arm64"
351335 python_version : " 3.14"
352- # - uses: ./.github/actions/download
353- # with:
354- # platform: "macos-14_arm64"
355- # python_version: "3.11"
356- # - uses: ./.github/actions/download
357- # with:
358- # platform: "macos-14_arm64"
359- # python_version: "3.12"
360- # - uses: ./.github/actions/download
361- # with:
362- # platform: "macos-14_arm64"
363- # python_version: "3.13"
364- # - uses: ./.github/actions/download
365- # with:
366- # platform: "windows-2025"
367- # python_version: "3.11"
368- # - uses: ./.github/actions/download
369- # with:
370- # platform: "windows-2025"
371- # python_version: "3.12"
372- # - uses: ./.github/actions/download
373- # with:
374- # platform: "windows-2025"
375- # python_version: "3.13"
376-
377- - name : Download Ubuntu x86_64 Debug Artifact (3.13)
378- uses : ./.github/actions/download
379- with :
380- platform : ubuntu-24.04_x86_64
381- python_version : " 3.13"
382- debug : " true"
383-
384- - name : Download Ubuntu x86_64 Debug Artifact (3.14)
385- uses : ./.github/actions/download
386- with :
387- platform : ubuntu-24.04_x86_64
388- python_version : " 3.14"
389- debug : " true"
390-
391- - name : Download Ubuntu armv8 Debug Artifact (3.13)
392- uses : ./.github/actions/download
393- with :
394- platform : ubuntu-24.04_armv8
395- python_version : " 3.13"
396- debug : " true"
397-
398- - name : Download Ubuntu armv8 Debug Artifact (3.14)
399- uses : ./.github/actions/download
400- with :
401- platform : ubuntu-24.04_armv8
402- python_version : " 3.14"
403- debug : " true"
404-
405- - name : Download macOS arm64 Debug Artifact (3.13)
406- uses : ./.github/actions/download
407- with :
408- platform : macos-15_arm64
409- python_version : " 3.13"
410- debug : " true"
411-
412- - name : Download macOS arm64 Debug Artifact (3.14)
413- uses : ./.github/actions/download
414- with :
415- platform : macos-15_arm64
416- python_version : " 3.14"
417- debug : " true"
418336
419337 - name : Env to output
420338 run : |
0 commit comments