From ef521f4b4389ee85f424bad892acda87e5a2e312 Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Sat, 18 Jan 2025 19:21:33 +0900 Subject: [PATCH] ci: Test armv7hf Linux on ubuntu-24.04-arm runner https://github.com/taiki-e/setup-cross-toolchain-action/releases/tag/v1.27.0 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4a888ce24..e05f3e71f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,7 +41,7 @@ jobs: - os: macos-latest - os: windows-latest - os: ubuntu-24.04-arm - - os: ubuntu-latest + - os: ubuntu-24.04-arm target: armv7-unknown-linux-gnueabihf - os: ubuntu-latest target: armv5te-unknown-linux-gnueabi