From 0977c5cf73082ad73101859660ee218b1a76856a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=96=E7=95=8C?= Date: Sat, 13 Sep 2025 00:07:42 +0800 Subject: [PATCH] release: Disable Apple platform CI builds, since ``-allowProvisioningUpdates` is broken by Apple --- .github/workflows/build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9dcedc5fc..a15c75ca2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -433,6 +433,7 @@ jobs: build_apple: name: Build Apple clients runs-on: macos-26 + if: false needs: - calculate_version strategy: