Skip to content

Commit 731248b

Browse files
committed
change matrix order
1 parent 0dea69b commit 731248b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/.hatch-run.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ jobs:
3030
name: ${{ format(inputs.job-name, matrix.python-version, matrix.runs-on) }}
3131
strategy:
3232
matrix:
33-
runs-on: ${{ fromJson(inputs.runs-on-array) }}
3433
python-version: ${{ fromJson(inputs.python-version-array) }}
34+
runs-on: ${{ fromJson(inputs.runs-on-array) }}
3535
runs-on: ${{ matrix.runs-on }}
3636
steps:
3737
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)