diff --git a/.github/workflows/build_and_deploy.yml b/.github/workflows/build_and_deploy.yml index 2cdc340ad..407ec2493 100644 --- a/.github/workflows/build_and_deploy.yml +++ b/.github/workflows/build_and_deploy.yml @@ -188,30 +188,6 @@ jobs: "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 } ]'