Skip to content

Commit d7ffcf4

Browse files
committed
とりあえずwindows-2022
Refs: VOICEVOX#1659 (comment)
1 parent 385bce4 commit d7ffcf4

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/build-engine-package.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,20 +55,20 @@ jobs:
5555
matrix:
5656
include:
5757
# Windows CPU
58-
- os: windows-2019
58+
- os: windows-2022
5959
architecture: "x64"
6060
voicevox_core_asset_prefix: voicevox_core-windows-x64
6161
onnxruntime_url: https://github.com/VOICEVOX/onnxruntime-builder/releases/download/voicevox_onnxruntime-1.17.3/voicevox_onnxruntime-win-x64-1.17.3.tgz
6262
target: windows-cpu
6363
# Windows DirectML
64-
- os: windows-2019
64+
- os: windows-2022
6565
architecture: "x64"
6666
voicevox_core_asset_prefix: voicevox_core-windows-x64
6767
onnxruntime_url: https://github.com/VOICEVOX/onnxruntime-builder/releases/download/voicevox_onnxruntime-1.17.3/voicevox_onnxruntime-win-x64-dml-1.17.3.tgz
6868
directml_url: https://www.nuget.org/api/v2/package/Microsoft.AI.DirectML/1.13.1
6969
target: windows-directml
7070
# Windows NVIDIA GPU
71-
- os: windows-2019
71+
- os: windows-2022
7272
architecture: "x64"
7373
voicevox_core_asset_prefix: voicevox_core-windows-x64
7474
onnxruntime_url: https://github.com/VOICEVOX/onnxruntime-builder/releases/download/voicevox_onnxruntime-1.17.3/voicevox_onnxruntime-win-x64-cuda-1.17.3.tgz

.github/workflows/test-engine-package.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,11 @@ jobs:
4747
target: macos-x64
4848
- os: macos-14
4949
target: macos-arm64
50-
- os: windows-2019
50+
- os: windows-2022
5151
target: windows-cpu
52-
- os: windows-2019
52+
- os: windows-2022
5353
target: windows-nvidia
54-
- os: windows-2019
54+
- os: windows-2022
5555
target: windows-directml
5656

5757
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)