Skip to content

Commit 68d192f

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 be4f094 commit 68d192f

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
@@ -297,18 +297,14 @@ jobs:
297297
strategy:
298298
fail-fast: false
299299
matrix:
300-
arch: ['x86_64', 'i686', 'aarch64', 'armv7']
300+
arch: ['x86_64', 'i686', 'aarch64']
301301
include:
302302
- arch: x86_64
303303
runner: windows-latest
304304
- arch: i686
305305
runner: windows-latest
306306
- arch: aarch64
307307
runner: windows-11-arm
308-
# we can test this for now, but Windows 11 24H2 dropped support for
309-
# arm32
310-
- arch: armv7
311-
runner: windows-11-arm
312308
steps:
313309
- uses: actions/download-artifact@v4
314310
with:

0 commit comments

Comments
 (0)