timeout to 60 minutes

This commit is contained in:
Chris Boesch 2023-04-24 17:43:55 +02:00 committed by GitHub
parent d1db29afd5
commit 96f12fd9c1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,6 +16,7 @@ jobs:
matrix: matrix:
os: [ubuntu-latest, windows-latest, macos-latest] os: [ubuntu-latest, windows-latest, macos-latest]
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
timeout-minutes: 60
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- name: Setup Zig - name: Setup Zig