소스 검색

release: Disable Apple platform CI builds, since ``-allowProvisioningUpdates` is broken by Apple

世界 1 개월 전
부모
커밋
0977c5cf73
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      .github/workflows/build.yml

+ 1 - 0
.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: