Skip to content

Commit 295eb3f

Browse files
committed
adjust seq
1 parent b3509a9 commit 295eb3f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test_windows_wheel.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,14 @@ jobs:
3232
if [ "${{ github.event_name }}" = "workflow_dispatch" ] && [ "${{ inputs.publish_target }}" = "pypi" ]; then
3333
echo 'matrix={"include":[{"platform":"windows-2025"}]}' >> "$GITHUB_OUTPUT"
3434
else
35-
echo 'matrix={"include":[{"platform":"windows-amd"},{"platform":"windows-g9i"},{"platform":"windows-2022"},{"platform":"windows-2025"}]}' >> "$GITHUB_OUTPUT"
35+
echo 'matrix={"include":[{"platform":"windows-2025"},{"platform":"windows-g9i"},{"platform":"windows-amd"},{"platform":"windows-2022"}]}' >> "$GITHUB_OUTPUT"
3636
fi
3737
3838
build_wheels_linux_x64:
3939
needs: compute_matrix
4040
name: Build wheels on ${{ matrix.platform }} (x64) for TestPyPi
4141
strategy:
42-
fail-fast: true
42+
fail-fast: false
4343
max-parallel: 1
4444
matrix: ${{ fromJson(needs.compute_matrix.outputs.matrix) }}
4545

0 commit comments

Comments
 (0)