mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-12-24 19:37:02 +00:00
Add timeout of 35 minutes to workflow jobs (#4928)
This commit is contained in:
parent
880fd3cfcb
commit
aae4595bdb
4 changed files with 10 additions and 4 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
|
@ -27,6 +27,7 @@ jobs:
|
|||
build:
|
||||
name: ${{ matrix.OS_NAME }} (${{ matrix.configuration }})
|
||||
runs-on: ${{ matrix.os }}
|
||||
timeout-minutes: 35
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-latest, macOS-latest, windows-latest]
|
||||
|
|
@ -109,6 +110,7 @@ jobs:
|
|||
build_macos:
|
||||
name: macOS Universal (${{ matrix.configuration }})
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 35
|
||||
strategy:
|
||||
matrix:
|
||||
configuration: [ Debug, Release ]
|
||||
|
|
@ -150,4 +152,4 @@ jobs:
|
|||
with:
|
||||
name: ava-ryujinx-${{ matrix.configuration }}-${{ env.RYUJINX_BASE_VERSION }}+${{ steps.git_short_hash.outputs.result }}-macos_universal
|
||||
path: "publish_ava/*.tar.gz"
|
||||
if: github.event_name == 'pull_request'
|
||||
if: github.event_name == 'pull_request'
|
||||
Loading…
Add table
Add a link
Reference in a new issue