Skip to content

Commit dcca0f2

Browse files
authored
Revert change which added Windows 11 arm mingw job ci.yml
1 parent 861c270 commit dcca0f2

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -368,11 +368,8 @@ jobs:
368368
369369
# Windows + gcc needs work before the tests will run, so just test the compile
370370
build-mingw:
371-
name: mingw-${{ matrix.os }}
372-
runs-on: ${{ matrix.os }}
373-
strategy:
374-
matrix:
375-
os: [windows-latest, windows-11-arm]
371+
name: mingw
372+
runs-on: windows-latest
376373
steps:
377374
- uses: actions/setup-python@v5
378375
with:

0 commit comments

Comments
 (0)