diff --git a/.github/workflows/latest-dependencies.yaml b/.github/workflows/latest-dependencies.yaml index cea05bc..ebb0a3a 100644 --- a/.github/workflows/latest-dependencies.yaml +++ b/.github/workflows/latest-dependencies.yaml @@ -35,6 +35,13 @@ jobs: include: - target: aarch64-apple-darwin runner_os: macos-latest + - target: aarch64-unknown-linux-gnu + runner_os: ubuntu-latest + - target: aarch64-unknown-linux-musl + runner_os: ubuntu-latest + - target: aarch64-pc-windows-msvc + # There is no windows-latest-arm runner. + runner_os: windows-11-arm - target: armv7-unknown-linux-gnueabihf runner_os: ubuntu-latest - target: x86_64-apple-darwin diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 287834d..ce05dd2 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -38,6 +38,19 @@ jobs: - target: aarch64-apple-darwin runner_os: macos-26 + - target: aarch64-unknown-linux-gnu + runner_os: ubuntu-22.04-arm + - target: aarch64-unknown-linux-gnu + runner_os: ubuntu-24.04-arm + + - target: aarch64-unknown-linux-musl + runner_os: ubuntu-22.04-arm + - target: aarch64-unknown-linux-musl + runner_os: ubuntu-24.04-arm + + - target: aarch64-pc-windows-msvc + runner_os: windows-11-arm + - target: armv7-unknown-linux-gnueabihf runner_os: ubuntu-22.04 - target: armv7-unknown-linux-gnueabihf