Skip to content

Commit

Permalink
github/workflows: put a 20 minute timeout on the freebsd job
Browse files Browse the repository at this point in the history
It bootloops quite often these days which is annoying and clogs up all
the macos runners. vmactions/freebsd-vm#74
  • Loading branch information
Dudemanguy committed Oct 19, 2023
1 parent 500eb39 commit 1a1045f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@ jobs:
freebsd:
runs-on: macos-12 # until https://github.com/actions/runner/issues/385
timeout-minutes: 20 # randomly bootloops https://github.com/vmactions/freebsd-vm/issues/74
steps:
- uses: actions/checkout@v3
- name: Test in FreeBSD VM
Expand Down

0 comments on commit 1a1045f

Please sign in to comment.