From 8a54b4ca266f17d70eec4d0c910312e9a5b275d9 Mon Sep 17 00:00:00 2001 From: Nanashi Date: Wed, 4 Oct 2023 06:34:14 +0900 Subject: [PATCH] =?UTF-8?q?Delete:=20Mac=E3=81=A0=E3=81=91=E3=81=AB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build_and_deploy.yml | 105 +------------------------ 1 file changed, 2 insertions(+), 103 deletions(-) diff --git a/.github/workflows/build_and_deploy.yml b/.github/workflows/build_and_deploy.yml index 960f77969..0dbc08168 100644 --- a/.github/workflows/build_and_deploy.yml +++ b/.github/workflows/build_and_deploy.yml @@ -50,85 +50,7 @@ jobs: id: strategy_matrix run: | includes='[ - { - "os": "windows-2019", - "features": "", - "target": "x86_64-pc-windows-msvc", - "artifact_name": "windows-x64-cpu", - "whl_local_version": "cpu", - "use_cuda": false, - "can_skip_in_simple_test": true - }, - { - "os": "windows-2019", - "features": "directml", - "target": "x86_64-pc-windows-msvc", - "artifact_name": "windows-x64-directml", - "whl_local_version": "directml", - "use_cuda": false, - "can_skip_in_simple_test": false - }, - { - "os": "windows-2019", - "features": "", - "target": "x86_64-pc-windows-msvc", - "artifact_name": "windows-x64-cuda", - "whl_local_version": "cuda", - "use_cuda": true, - "can_skip_in_simple_test": true - }, - { - "os": "windows-2019", - "features": "", - "target": "i686-pc-windows-msvc", - "artifact_name": "windows-x86-cpu", - "whl_local_version": "cpu", - "use_cuda": false, - "can_skip_in_simple_test": true - }, - { - "os": "ubuntu-20.04", - "features": "", - "target": "x86_64-unknown-linux-gnu", - "artifact_name": "linux-x64-cpu", - "whl_local_version": "cpu", - "use_cuda": false, - "can_skip_in_simple_test": true - }, - { - "os": "ubuntu-20.04", - "features": "", - "target": "x86_64-unknown-linux-gnu", - "artifact_name": "linux-x64-gpu", - "whl_local_version": "cuda", - "use_cuda": true, - "can_skip_in_simple_test": false - }, - { - "os": "ubuntu-20.04", - "features": "", - "target": "aarch64-unknown-linux-gnu", - "artifact_name": "linux-arm64-cpu", - "whl_local_version": "cpu", - "use_cuda": false, - "can_skip_in_simple_test": true - }, - { - "os": "ubuntu-20.04", - "features": "", - "target": "aarch64-linux-android", - "artifact_name": "android-arm64-cpu", - "use_cuda": false, - "can_skip_in_simple_test": true - }, - { - "os": "ubuntu-20.04", - "features": "", - "target": "x86_64-linux-android", - "artifact_name": "android-x86_64-cpu", - "use_cuda": false, - "can_skip_in_simple_test": true - }, + { "os": "macos-11", "features": "", @@ -147,30 +69,7 @@ jobs: "use_cuda": false, "can_skip_in_simple_test": true }, - { - "os": "macos-12", - "features": "", - "target": "aarch64-apple-ios", - "artifact_name": "ios-arm64-cpu", - "use_cuda": false, - "can_skip_in_simple_test": true - }, - { - "os": "macos-12", - "features": "", - "target": "aarch64-apple-ios-sim", - "artifact_name": "ios-arm64-cpu-sim", - "use_cuda": false, - "can_skip_in_simple_test": true - }, - { - "os": "macos-12", - "features": "", - "target": "x86_64-apple-ios", - "artifact_name": "ios-x64-cpu", - "use_cuda": false, - "can_skip_in_simple_test": true - }, + { "os": "macos-11", "features": "coreml",