Skip to content

Commit b13baa8

Browse files
committed
Update
1 parent b9d6427 commit b13baa8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/reusable-build-win.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
jobs:
1010
build_win_32:
11-
name: 'x86'
11+
name: 'x86 build & test'
1212
runs-on: windows-latest
1313
timeout-minutes: 60
1414
env:
@@ -23,7 +23,7 @@ jobs:
2323
run: .\PCbuild\rt.bat -p Win32 -d -q --fast-ci ${{ inputs.free-threaded && '--disable-gil' || '' }}
2424

2525
build_win_amd64:
26-
name: 'x64'
26+
name: 'x64 build & test'
2727
runs-on: windows-latest
2828
timeout-minutes: 60
2929
env:
@@ -40,7 +40,7 @@ jobs:
4040
run: .\PCbuild\rt.bat -p x64 -d -q --fast-ci ${{ inputs.free-threaded && '--disable-gil' || '' }}
4141

4242
build_win_arm64:
43-
name: 'ARM64'
43+
name: 'arm64 build & test'
4444
runs-on: windows-latest
4545
timeout-minutes: 60
4646
env:

0 commit comments

Comments
 (0)