From 4f17e1af0dbce3b7959b93b41baaf040dee790cc Mon Sep 17 00:00:00 2001 From: Donghee Na Date: Mon, 30 Oct 2023 23:40:18 +0900 Subject: [PATCH] Update --- .github/workflows/reusable-build-windows.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/reusable-build-windows.yml b/.github/workflows/reusable-build-windows.yml index d75d9f2da07554..a2bc10518a0e92 100644 --- a/.github/workflows/reusable-build-windows.yml +++ b/.github/workflows/reusable-build-windows.yml @@ -7,7 +7,7 @@ on: default: false jobs: - build_win_32: + build_windows_32: name: 'build and test (x86)' runs-on: windows-latest timeout-minutes: 60 @@ -22,7 +22,7 @@ jobs: - name: Tests run: .\PCbuild\rt.bat -p Win32 -d -q --fast-ci - build_win_amd64: + build_windows_amd64: name: 'build and test (x64)' runs-on: windows-latest timeout-minutes: 60 @@ -39,7 +39,7 @@ jobs: - name: Tests run: .\PCbuild\rt.bat -p x64 -d -q --fast-ci - build_win_arm64: + build_windows_arm64: name: 'build (arm64)' runs-on: windows-latest timeout-minutes: 60