Skip to content

Commit

Permalink
Delete: 非対応のターゲットを削除
Browse files Browse the repository at this point in the history
  • Loading branch information
sevenc-nanashi committed Sep 17, 2023
1 parent d25347a commit cb3c4a3
Showing 1 changed file with 0 additions and 24 deletions.
24 changes: 0 additions & 24 deletions .github/workflows/build_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
]'
Expand Down

0 comments on commit cb3c4a3

Please sign in to comment.