From bcaf6a275bc58e2347f0a2cc47dcf6b8dd02fd5f Mon Sep 17 00:00:00 2001 From: sevenc-nanashi Date: Sun, 17 Sep 2023 08:40:51 +0900 Subject: [PATCH] =?UTF-8?q?Change:=20Workflow=E3=81=A7=E5=AE=9F=E8=A1=8C?= =?UTF-8?q?=E3=81=99=E3=82=8B=E3=82=88=E3=81=86=E3=81=AB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build_and_deploy.yml | 44 +++++++++++++++++++++++++- 1 file changed, 43 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build_and_deploy.yml b/.github/workflows/build_and_deploy.yml index cdc2d1c7a..1fefd10dc 100644 --- a/.github/workflows/build_and_deploy.yml +++ b/.github/workflows/build_and_deploy.yml @@ -136,7 +136,7 @@ jobs: "artifact_name": "osx-arm64-cpu", "whl_local_version": "cpu", "use_cuda": false, - "can_skip_in_simple_test": false + "can_skip_in_simple_test": true }, { "os": "macos-11", @@ -170,6 +170,48 @@ jobs: "artifact_name": "ios-x64-cpu", "use_cuda": false, "can_skip_in_simple_test": true + }, + { + "os": "macos-11", + "features": "coreml", + "target": "aarch64-apple-darwin", + "artifact_name": "osx-arm64-cpu", + "whl_local_version": "coreml", + "use_cuda": false, + "can_skip_in_simple_test": false + }, + { + "os": "macos-11", + "features": "coreml", + "target": "x86_64-apple-darwin", + "artifact_name": "osx-x64-cpu", + "whl_local_version": "coreml", + "use_cuda": false, + "can_skip_in_simple_test": true + }, + { + "os": "macos-12", + "features": "coreml", + "target": "aarch64-apple-ios", + "artifact_name": "ios-arm64-cpu", + "use_cuda": false, + "can_skip_in_simple_test": true + }, + { + "os": "macos-12", + "features": "coreml", + "target": "aarch64-apple-ios-sim", + "artifact_name": "ios-arm64-cpu-sim", + "use_cuda": false, + "can_skip_in_simple_test": true + }, + { + "os": "macos-12", + "features": "coreml", + "target": "x86_64-apple-ios", + "artifact_name": "ios-x64-cpu", + "use_cuda": false, + "can_skip_in_simple_test": true } ]'