From 5f2c7f1537968e80fcaed201d426b8cea7e73fcc Mon Sep 17 00:00:00 2001 From: Huakun Shen Date: Mon, 17 Feb 2025 01:52:51 -0500 Subject: [PATCH] chore(ci): enable default platform builds for beta workflow --- .github/workflows/beta-build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/beta-build.yml b/.github/workflows/beta-build.yml index 6f396ec..c5a4c72 100644 --- a/.github/workflows/beta-build.yml +++ b/.github/workflows/beta-build.yml @@ -22,17 +22,17 @@ on: description: "linux" required: true type: boolean - default: false + default: true platform_macos_aarch64: description: "macos-aarch64" required: true type: boolean - default: false + default: true platform_macos_x86_64: description: "macos-x86_64" required: true type: boolean - default: false + default: true isDebug: description: "is debug?" required: true