We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 861c270 commit dcca0f2Copy full SHA for dcca0f2
1 file changed
.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:
0 commit comments