From 720a17ccfd47afc86d016cea9a6fd60d0b26d72c Mon Sep 17 00:00:00 2001 From: Dennis Landmann Date: Sun, 19 Apr 2026 00:32:24 +0200 Subject: [PATCH] ci: skip dmg on macos runners (hdiutil flaky) --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8c37afe..95a7726 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -22,9 +22,9 @@ jobs: matrix: include: - platform: macos-14 # apple silicon - args: "--target aarch64-apple-darwin" + args: "--target aarch64-apple-darwin --bundles app,updater" - platform: macos-13 # intel - args: "--target x86_64-apple-darwin" + args: "--target x86_64-apple-darwin --bundles app,updater" - platform: ubuntu-22.04 args: "" - platform: windows-latest