mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-24 22:30:03 +00:00
Fix job changed-files
(#1732)
* Fix job `changed-files` Convert `ALL_CHANGED_FILES` to multiple lines before processing Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com> * Run e2e-tests and unit-tests on aarch64-apple-darwin Since the CI now uses M1 instead of x86_64, built a native executable instead of relying on rosetta Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com> * Run unit-tests on Linux-only Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com> --------- Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
parent
6622bf1ae3
commit
7941387b73
2 changed files with 7 additions and 19 deletions
4
.github/workflows/release-packages.yml
vendored
4
.github/workflows/release-packages.yml
vendored
|
@ -27,9 +27,9 @@ jobs:
|
|||
fail-fast: false
|
||||
matrix:
|
||||
include:
|
||||
- { o: macos-14, t: x86_64-apple-darwin, r: true }
|
||||
- { o: macos-14, t: x86_64-apple-darwin }
|
||||
- { o: macos-14, t: x86_64h-apple-darwin }
|
||||
- { o: macos-14, t: aarch64-apple-darwin }
|
||||
- { o: macos-14, t: aarch64-apple-darwin, r: true }
|
||||
- {
|
||||
o: ubuntu-latest,
|
||||
t: x86_64-unknown-linux-gnu,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue