File tree Expand file tree Collapse file tree 3 files changed +10
-3
lines changed
Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -177,4 +177,10 @@ jobs:
177177 run : |
178178 chmod +x build/pythonbuild
179179
180- build/pythonbuild validate-distribution --macos-sdks-path macosx-sdks --run dist/*.tar.zst
180+ if [ "${MATRIX_RUN}" == "true" ]; then
181+ EXTRA_ARGS="--run"
182+ fi
183+
184+ build/pythonbuild validate-distribution --macos-sdks-path macosx-sdks ${EXTRA_ARGS} dist/*.tar.zst
185+ env :
186+ MATRIX_RUN : ${{ matrix.run }}
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ depot-ubuntu-22.04-arm:
1111 free : false
1212
1313depot-macos-latest :
14- arch : x86_64
14+ arch : aarch64
1515 platform : darwin
1616 free : false
1717
@@ -21,7 +21,7 @@ ubuntu-latest:
2121 free : true
2222
2323macos-latest :
24- arch : x86_64
24+ arch : aarch64
2525 platform : darwin
2626 free : true
2727
Original file line number Diff line number Diff line change @@ -36,6 +36,7 @@ darwin:
3636 - freethreaded+debug
3737 - freethreaded+pgo+lto
3838 minimum-python-version : " 3.13"
39+ run : true
3940
4041linux :
4142 aarch64-unknown-linux-gnu :
You can’t perform that action at this time.
0 commit comments