timeout to 60 minutes

This commit is contained in:
Chris Boesch 2023-04-24 17:43:55 +02:00 committed by GitHub
parent 2775d21ed0
commit 64d90c3397

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