From a2d2c5d85cccf472cd255ee10c5f571bb8637885 Mon Sep 17 00:00:00 2001 From: Jiahao XU Date: Thu, 13 Jun 2024 00:17:30 +1000 Subject: [PATCH] Disable e2e-tests on x86_64h-apple-darwin macos-14-arm64 cannot execute executable built for x86_64h --- .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 525657d9..07b5014e 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, r: true } + - { o: macos-14, t: x86_64h-apple-darwin } - { o: macos-14, t: aarch64-apple-darwin, r: true } - { o: ubuntu-latest,