We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ae8668 commit bd12c83Copy full SHA for bd12c83
.github/workflows/ci.yml
@@ -368,11 +368,8 @@ jobs:
368
369
# Windows + gcc needs work before the tests will run, so just test the compile
370
build-mingw:
371
- name: mingw-${{ matrix.os }}
372
- runs-on: ${{ matrix.os }}
373
- strategy:
374
- matrix:
375
- os: [windows-latest, windows-11-arm]
+ name: mingw
+ runs-on: windows-latest
376
steps:
377
- uses: actions/setup-python@v5
378
with:
.github/workflows/create_release.yml
@@ -61,7 +61,7 @@ jobs:
61
62
- name: strip
63
run: find out*/install/ -type f -perm -u=x -exec strip -x {} +
64
- if: !startsWith(matrix.os, 'windows')
+ if: ${{ !startsWith(matrix.os, 'windows') }}
65
66
- name: archive
67
id: archive
0 commit comments