Skip to content

Commit 4ae8668

Browse files
authored
Apply PR suggestions
1 parent 6658bcc commit 4ae8668

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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:

.github/workflows/create_release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
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
@@ -61,7 +61,7 @@ jobs:
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

0 commit comments

Comments
 (0)