ci: set timeout for jobs (#4538)

This commit is contained in:
Marten Seemann
2024-05-29 13:08:50 +08:00
committed by GitHub
parent 723a188dde
commit 8a3d90fc22
4 changed files with 4 additions and 0 deletions

View File

@@ -13,6 +13,7 @@ jobs:
- os: "macos"
go: "1.21.x"
runs-on: ${{ fromJSON(vars[format('INTEGRATION_RUNNER_{0}', matrix.os)] || format('"{0}-latest"', matrix.os)) }}
timeout-minutes: 30
defaults:
run:
shell: bash # by default Windows uses PowerShell, which uses a different syntax for setting environment variables