]> git.djapps.eu Git - pkg/ggml/sources/ggml/commitdiff
ci : disable mac jobs (#0)
authorGeorgi Gerganov <redacted>
Wed, 1 Apr 2026 10:18:11 +0000 (13:18 +0300)
committerGeorgi Gerganov <redacted>
Wed, 1 Apr 2026 13:00:26 +0000 (16:00 +0300)
.github/workflows/ci.yml

index a50068702e2747cfedb7f36f234827b2524bf562..85a3dfbd52106aec67326513a447e77570cf6954 100644 (file)
@@ -244,29 +244,30 @@ jobs:
   #      run: |
   #        bash ./ci/run.sh ~/results/ggml /mnt/ggml
 
-  ggml-ci-mac-metal:
-    runs-on: [self-hosted, macOS, ARM64]
-
-    steps:
-      - name: Clone
-        id: checkout
-        uses: actions/checkout@v6
-
-      - name: Test
-        id: ggml-ci
-        run: |
-          GG_BUILD_METAL=1 bash ./ci/run.sh ~/results/ggml ~/mnt/ggml
-
-  ggml-ci-mac-vulkan:
-    runs-on: [self-hosted, macOS, ARM64]
-
-    steps:
-      - name: Clone
-        id: checkout
-        uses: actions/checkout@v6
-
-      - name: Test
-        id: ggml-ci
-        run: |
-          vulkaninfo --summary
-          GG_BUILD_VULKAN=1 bash ./ci/run.sh ~/results/ggml ~/mnt/ggml
+  # TODO: sandbox Mac runners
+  #ggml-ci-mac-metal:
+  #  runs-on: [self-hosted, macOS, ARM64]
+  #
+  #  steps:
+  #    - name: Clone
+  #      id: checkout
+  #      uses: actions/checkout@v6
+  #
+  #    - name: Test
+  #      id: ggml-ci
+  #      run: |
+  #        GG_BUILD_METAL=1 bash ./ci/run.sh ~/results/ggml ~/mnt/ggml
+  #
+  #ggml-ci-mac-vulkan:
+  #  runs-on: [self-hosted, macOS, ARM64]
+  #
+  #  steps:
+  #    - name: Clone
+  #      id: checkout
+  #      uses: actions/checkout@v6
+  #
+  #    - name: Test
+  #      id: ggml-ci
+  #      run: |
+  #        vulkaninfo --summary
+  #        GG_BUILD_VULKAN=1 bash ./ci/run.sh ~/results/ggml ~/mnt/ggml