Skip to content

Commit 9ea3a72

Browse files
committed
CI: stop testing armv7, no longer possible
The GHA provided runner now runs a newer Windows version which no longer allows running armv7 binaries, so stop testing them there. Same as with mingw-w64/mingw-w64@e6535ce604431e885
1 parent e15c2cc commit 9ea3a72

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/mingw.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -296,18 +296,14 @@ jobs:
296296
strategy:
297297
fail-fast: false
298298
matrix:
299-
arch: ['x86_64', 'i686', 'aarch64', 'armv7']
299+
arch: ['x86_64', 'i686', 'aarch64']
300300
include:
301301
- arch: x86_64
302302
runner: windows-latest
303303
- arch: i686
304304
runner: windows-latest
305305
- arch: aarch64
306306
runner: windows-11-arm
307-
# we can test this for now, but Windows 11 24H2 dropped support for
308-
# arm32
309-
- arch: armv7
310-
runner: windows-11-arm
311307
steps:
312308
- uses: actions/download-artifact@v4
313309
with:

0 commit comments

Comments
 (0)