Sfoglia il codice sorgente

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

世界 1 mese fa
parent
commit
0977c5cf73
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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: