aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/build.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index efd7d2314..d379437b2 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -27,7 +27,7 @@ jobs:
27 build: 27 build:
28 name: ${{ matrix.OS_NAME }} (${{ matrix.configuration }}) 28 name: ${{ matrix.OS_NAME }} (${{ matrix.configuration }})
29 runs-on: ${{ matrix.os }} 29 runs-on: ${{ matrix.os }}
30 timeout-minutes: ${{ fromJSON(vars.JOB_TIMEOUT) }} 30 timeout-minutes: 45
31 strategy: 31 strategy:
32 matrix: 32 matrix:
33 os: [ubuntu-latest, macOS-latest, windows-latest] 33 os: [ubuntu-latest, macOS-latest, windows-latest]
@@ -110,7 +110,7 @@ jobs:
110 build_macos: 110 build_macos:
111 name: macOS Universal (${{ matrix.configuration }}) 111 name: macOS Universal (${{ matrix.configuration }})
112 runs-on: ubuntu-latest 112 runs-on: ubuntu-latest
113 timeout-minutes: ${{ fromJSON(vars.JOB_TIMEOUT) }} 113 timeout-minutes: 45
114 strategy: 114 strategy:
115 matrix: 115 matrix:
116 configuration: [ Debug, Release ] 116 configuration: [ Debug, Release ]