Skip to content

Commit a8f5876

Browse files
committed
ci: Align the scripts
1 parent a297b29 commit a8f5876

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

.github/workflows/CICD.yml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)