From 92cbcab308b8c639e271ea4b366190d6a29a1a06 Mon Sep 17 00:00:00 2001 From: Ryo Yamashita Date: Thu, 17 Nov 2022 23:30:14 +0900 Subject: [PATCH] =?UTF-8?q?`latest`=E3=82=92=E6=8C=87=E5=AE=9A=E3=81=99?= =?UTF-8?q?=E3=82=8B=E3=81=AE=E3=82=92=E3=82=84=E3=82=81=E3=82=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build_and_deploy.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/build_and_deploy.yml b/.github/workflows/build_and_deploy.yml index fbe43875a..12953c37f 100644 --- a/.github/workflows/build_and_deploy.yml +++ b/.github/workflows/build_and_deploy.yml @@ -30,49 +30,49 @@ jobs: strategy: matrix: include: - - os: windows-latest + - os: windows-2019 features: "" target: x86_64-pc-windows-msvc artifact_name: windows-x64-cpu whl_local_version: cpu use_cuda: false - - os: windows-latest + - os: windows-2019 features: directml target: x86_64-pc-windows-msvc artifact_name: windows-x64-directml whl_local_version: directml use_cuda: false - - os: windows-latest + - os: windows-2019 features: "" target: x86_64-pc-windows-msvc artifact_name: windows-x64-cuda whl_local_version: cuda use_cuda: true - - os: windows-latest + - os: windows-2019 features: "" target: i686-pc-windows-msvc artifact_name: windows-x86-cpu whl_local_version: cpu use_cuda: false - - os: ubuntu-latest + - os: ubuntu-20.04 features: "" target: x86_64-unknown-linux-gnu artifact_name: linux-x64-cpu whl_local_version: cpu use_cuda: false - - os: ubuntu-latest + - os: ubuntu-20.04 features: "" target: x86_64-unknown-linux-gnu artifact_name: linux-x64-gpu whl_local_version: cuda use_cuda: true - - os: macos-latest + - os: macos-11 features: "" target: aarch64-apple-darwin artifact_name: osx-aarch64-cpu whl_local_version: cpu use_cuda: false - - os: macos-latest + - os: macos-11 features: "" target: x86_64-apple-darwin artifact_name: osx-x64-cpu