|
@@ -27,6 +27,7 @@ jobs:
|
|
|
build:
|
|
build:
|
|
|
name: ${{ matrix.OS_NAME }} (${{ matrix.configuration }})
|
|
name: ${{ matrix.OS_NAME }} (${{ matrix.configuration }})
|
|
|
runs-on: ${{ matrix.os }}
|
|
runs-on: ${{ matrix.os }}
|
|
|
|
|
+ timeout-minutes: 35
|
|
|
strategy:
|
|
strategy:
|
|
|
matrix:
|
|
matrix:
|
|
|
os: [ubuntu-latest, macOS-latest, windows-latest]
|
|
os: [ubuntu-latest, macOS-latest, windows-latest]
|
|
@@ -109,6 +110,7 @@ jobs:
|
|
|
build_macos:
|
|
build_macos:
|
|
|
name: macOS Universal (${{ matrix.configuration }})
|
|
name: macOS Universal (${{ matrix.configuration }})
|
|
|
runs-on: ubuntu-latest
|
|
runs-on: ubuntu-latest
|
|
|
|
|
+ timeout-minutes: 35
|
|
|
strategy:
|
|
strategy:
|
|
|
matrix:
|
|
matrix:
|
|
|
configuration: [ Debug, Release ]
|
|
configuration: [ Debug, Release ]
|
|
@@ -150,4 +152,4 @@ jobs:
|
|
|
with:
|
|
with:
|
|
|
name: ava-ryujinx-${{ matrix.configuration }}-${{ env.RYUJINX_BASE_VERSION }}+${{ steps.git_short_hash.outputs.result }}-macos_universal
|
|
name: ava-ryujinx-${{ matrix.configuration }}-${{ env.RYUJINX_BASE_VERSION }}+${{ steps.git_short_hash.outputs.result }}-macos_universal
|
|
|
path: "publish_ava/*.tar.gz"
|
|
path: "publish_ava/*.tar.gz"
|
|
|
- if: github.event_name == 'pull_request'
|
|
|
|
|
|
|
+ if: github.event_name == 'pull_request'
|