@@ -161,21 +161,21 @@ jobs:
161161 fail-fast : false
162162 matrix :
163163 job :
164- - { target: aarch64-unknown-linux-musl , os: ubuntu-latest , dpkg_arch: arm64, use-cross: true }
165- - { target: aarch64-unknown-linux-gnu , os: ubuntu-latest , dpkg_arch: arm64, use-cross: true }
166- - { target: arm-unknown-linux-gnueabihf , os: ubuntu-latest , dpkg_arch: armhf, use-cross: true }
167- - { target: arm-unknown-linux-musleabihf, os: ubuntu-latest , dpkg_arch: musl-linux-armhf, use-cross: true }
168- - { target: i686-pc-windows-msvc , os: windows-2025 , }
169- - { target: i686-unknown-linux-gnu , os: ubuntu-latest , dpkg_arch: i686, use-cross: true }
170- - { target: i686-unknown-linux-musl , os: ubuntu-latest , dpkg_arch: musl-linux-i686, use-cross: true }
171- - { target: x86_64-apple-darwin , os: macos-15-intel, }
172- - { target: aarch64-apple-darwin , os: macos-latest , }
173- - { target: x86_64-pc-windows-msvc , os: windows-2025 , }
174- - { target: aarch64-pc-windows-msvc , os: windows-11-arm, }
175- - { target: x86_64-unknown-linux-gnu , os: ubuntu-latest , dpkg_arch: amd64, use-cross: true }
176- - { target: x86_64-unknown-linux-musl , os: ubuntu-latest , dpkg_arch: musl-linux-amd64, use-cross: true }
177- - { target: riscv64gc-unknown-linux-gnu , os: ubuntu-latest , dpkg_arch: riscv64, use-cross: true }
178- - { target: riscv64gc-unknown-linux-musl, os: ubuntu-latest , dpkg_arch: musl-linux-riscv64, use-cross: true }
164+ - { target: aarch64-unknown-linux-musl , os: ubuntu-latest, dpkg_arch: arm64, use-cross: true }
165+ - { target: aarch64-unknown-linux-gnu , os: ubuntu-latest, dpkg_arch: arm64, use-cross: true }
166+ - { target: arm-unknown-linux-gnueabihf , os: ubuntu-latest, dpkg_arch: armhf, use-cross: true }
167+ - { target: arm-unknown-linux-musleabihf, os: ubuntu-latest, dpkg_arch: musl-linux-armhf, use-cross: true }
168+ - { target: i686-pc-windows-msvc , os: windows-2025, }
169+ - { target: i686-unknown-linux-gnu , os: ubuntu-latest, dpkg_arch: i686, use-cross: true }
170+ - { target: i686-unknown-linux-musl , os: ubuntu-latest, dpkg_arch: musl-linux-i686, use-cross: true }
171+ - { target: x86_64-apple-darwin , os: macos-15-intel, }
172+ - { target: aarch64-apple-darwin , os: macos-latest, }
173+ - { target: x86_64-pc-windows-msvc , os: windows-2025, }
174+ - { target: aarch64-pc-windows-msvc , os: windows-11-arm, }
175+ - { target: x86_64-unknown-linux-gnu , os: ubuntu-latest, dpkg_arch: amd64, use-cross: true }
176+ - { target: x86_64-unknown-linux-musl , os: ubuntu-latest, dpkg_arch: musl-linux-amd64, use-cross: true }
177+ - { target: riscv64gc-unknown-linux-gnu , os: ubuntu-latest, dpkg_arch: riscv64, use-cross: true }
178+ - { target: riscv64gc-unknown-linux-musl, os: ubuntu-latest, dpkg_arch: musl-linux-riscv64, use-cross: true }
179179 env :
180180 BUILD_CMD : cargo
181181 steps :
0 commit comments