commit | e6535ce604431e88522e354d69379a1ba82e6710 | [log] [tgz] |
---|---|---|
author | Martin Storsjö <martin@martin.st> | Wed Jul 16 09:50:09 2025 +0300 |
committer | Martin Storsjö <martin@martin.st> | Wed Jul 16 11:03:01 2025 +0300 |
tree | 4426fe2b8fb063a28ed4e2554c992e211eefd61c | |
parent | f6f95ec556ff0ada2d65b5e1fcc2a30a56da4cab [diff] |
github: Stop running armv7 binaries The ARM github actions runners now run on Windows 11 10.0.26100, which no longer support executing armv7 binaries. (Previously they were running Windows 11 10.0.22631.) We still keep testing compiling/linking them in the "Run extra tests with crt-test" step, we just don't execute them any more. Signed-off-by: Martin Storsjö <martin@martin.st>