From d949332767a3d090dbfd69c668fdec09d2cc9764 Mon Sep 17 00:00:00 2001 From: Jiahao XU Date: Wed, 12 Jun 2024 23:00:48 +1000 Subject: [PATCH] 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 --- .github/workflows/release-packages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-packages.yml b/.github/workflows/release-packages.yml index 07b5014e..525657d9 100644 --- a/.github/workflows/release-packages.yml +++ b/.github/workflows/release-packages.yml @@ -28,7 +28,7 @@ jobs: matrix: include: - { 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: ubuntu-latest,