mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-06-16 15:46:36 +00:00
Run e2e-test on x86_64h-apple-darwin
Since it is a target built with `build-std`, we need to make sure it is runnable. Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
parent
49d0bb71a0
commit
d949332767
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release-packages.yml
vendored
2
.github/workflows/release-packages.yml
vendored
|
@ -28,7 +28,7 @@ jobs:
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- { o: macos-14, t: x86_64-apple-darwin }
|
- { o: macos-14, t: x86_64-apple-darwin }
|
||||||
- { o: macos-14, t: x86_64h-apple-darwin }
|
- { o: macos-14, t: x86_64h-apple-darwin, r: true }
|
||||||
- { o: macos-14, t: aarch64-apple-darwin, r: true }
|
- { o: macos-14, t: aarch64-apple-darwin, r: true }
|
||||||
- {
|
- {
|
||||||
o: ubuntu-latest,
|
o: ubuntu-latest,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue