We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b13baa8 commit 7ec1416Copy full SHA for 7ec1416
.github/workflows/reusable-build-win.yml
@@ -8,7 +8,7 @@ on:
8
9
jobs:
10
build_win_32:
11
- name: 'x86 build & test'
+ name: 'build and test (x86)'
12
runs-on: windows-latest
13
timeout-minutes: 60
14
env:
@@ -23,7 +23,7 @@ jobs:
23
run: .\PCbuild\rt.bat -p Win32 -d -q --fast-ci ${{ inputs.free-threaded && '--disable-gil' || '' }}
24
25
build_win_amd64:
26
- name: 'x64 build & test'
+ name: 'build and test (x64)'
27
28
29
@@ -40,7 +40,7 @@ jobs:
40
run: .\PCbuild\rt.bat -p x64 -d -q --fast-ci ${{ inputs.free-threaded && '--disable-gil' || '' }}
41
42
build_win_arm64:
43
- name: 'arm64 build & test'
+ name: 'build and test (arm64)'
44
45
46
0 commit comments