aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorDan Engelbrecht <[email protected]>2023-05-26 13:00:28 +0200
committerDan Engelbrecht <[email protected]>2023-05-26 13:00:28 +0200
commit442ccc539e542c659f39bae9ccf78b2686bbeb3e (patch)
treec364717c00e7240c7b789b6ee7db388afea1b4f3 /.github/workflows
parentbump timeout for create-release to 25 min (diff)
downloadzen-442ccc539e542c659f39bae9ccf78b2686bbeb3e.tar.xz
zen-442ccc539e542c659f39bae9ccf78b2686bbeb3e.zip
bump timeout for create-release to 25 min (linux/mac)
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/create_release.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/create_release.yml b/.github/workflows/create_release.yml
index 4b95ce65c..f20e688bb 100644
--- a/.github/workflows/create_release.yml
+++ b/.github/workflows/create_release.yml
@@ -59,7 +59,7 @@ jobs:
bundle-linux:
runs-on: [self-hosted, linux, x64]
- timeout-minutes: 15
+ timeout-minutes: 25
env:
VCPKG_VERSION: 2022.08.15
@@ -122,7 +122,7 @@ jobs:
bundle-macos:
runs-on: [self-hosted, macos, x64]
- timeout-minutes: 15
+ timeout-minutes: 25
env:
VCPKG_VERSION: 2022.08.15