]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
ci : fix xcodebuild destinations (#3491)
authorJhen-Jie Hong <redacted>
Fri, 6 Oct 2023 10:36:43 +0000 (05:36 -0500)
committerGitHub <redacted>
Fri, 6 Oct 2023 10:36:43 +0000 (13:36 +0300)
* ci : fix xcodebuild destinations

* ci : add .swift to paths

.github/workflows/build.yml

index d3e4651c749e5b0979778e885064d1a8a827e0e6..c1e36ee28d2024d8934fab195ebc26815908e530 100644 (file)
@@ -10,10 +10,10 @@ on:
   push:
     branches:
       - master
-    paths: ['.github/workflows/**', '**/CMakeLists.txt', '**/Makefile', '**/*.h', '**/*.hpp', '**/*.c', '**/*.cpp', '**/*.cu']
+    paths: ['.github/workflows/**', '**/CMakeLists.txt', '**/Makefile', '**/*.h', '**/*.hpp', '**/*.c', '**/*.cpp', '**/*.cu', '**/*.swift']
   pull_request:
     types: [opened, synchronize, reopened]
-    paths: ['**/CMakeLists.txt', '**/Makefile', '**/*.h', '**/*.hpp', '**/*.c', '**/*.cpp', '**/*.cu']
+    paths: ['**/CMakeLists.txt', '**/Makefile', '**/*.h', '**/*.hpp', '**/*.c', '**/*.cpp', '**/*.cu', '**/*.swift']
 
 env:
   BRANCH_NAME: ${{ github.head_ref || github.ref_name }}
@@ -258,7 +258,7 @@ jobs:
 
     strategy:
       matrix:
-        destination: ['platform=macOS,name=Any Mac', 'platform=iOS,name=Any iOS Device', 'platform=tvOS,name=Any tvOS Device']
+        destination: ['generic/platform=macOS', 'generic/platform=iOS', 'generic/platform=tvOS']
 
     steps:
       - name: Clone