File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -372,7 +372,7 @@ jobs:
372372 runs-on : ${{ matrix.os }}
373373 strategy :
374374 matrix :
375- os : [windows-latest,windows-11-arm]
375+ os : [windows-latest, windows-11-arm]
376376 steps :
377377 - uses : actions/setup-python@v5
378378 with :
Original file line number Diff line number Diff line change 1616 runs-on : ${{ matrix.os }}
1717 strategy :
1818 matrix :
19- os : [macos-latest, windows-latest,windows-11-arm]
19+ os : [macos-latest, windows-latest, windows-11-arm]
2020 defaults :
2121 run :
2222 shell : bash
6161
6262 - name : strip
6363 run : find out*/install/ -type f -perm -u=x -exec strip -x {} +
64- if : ${{ !startsWith(matrix.os, 'windows') }}
64+ if : !startsWith(matrix.os, 'windows')
6565
6666 - name : archive
6767 id : archive
You can’t perform that action at this time.
0 commit comments