Skip to content

Commit bd12c83

Browse files
committed
Revert changes
1 parent 4ae8668 commit bd12c83

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
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:

.github/workflows/create_release.yml

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