Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
corona10 committed Oct 30, 2023
1 parent b13baa8 commit 7ec1416
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/reusable-build-win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
build_win_32:
name: 'x86 build & test'
name: 'build and test (x86)'
runs-on: windows-latest
timeout-minutes: 60
env:
Expand All @@ -23,7 +23,7 @@ jobs:
run: .\PCbuild\rt.bat -p Win32 -d -q --fast-ci ${{ inputs.free-threaded && '--disable-gil' || '' }}

build_win_amd64:
name: 'x64 build & test'
name: 'build and test (x64)'
runs-on: windows-latest
timeout-minutes: 60
env:
Expand All @@ -40,7 +40,7 @@ jobs:
run: .\PCbuild\rt.bat -p x64 -d -q --fast-ci ${{ inputs.free-threaded && '--disable-gil' || '' }}

build_win_arm64:
name: 'arm64 build & test'
name: 'build and test (arm64)'
runs-on: windows-latest
timeout-minutes: 60
env:
Expand Down

0 comments on commit 7ec1416

Please sign in to comment.