mirror of
https://github.com/python/cpython.git
synced 2025-09-29 11:45:57 +00:00
Update
This commit is contained in:
parent
0103ca4d97
commit
4f17e1af0d
1 changed files with 3 additions and 3 deletions
6
.github/workflows/reusable-build-windows.yml
vendored
6
.github/workflows/reusable-build-windows.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue