From ec244376cdf9eceaef86c0fb0a1c5e8603b6a513 Mon Sep 17 00:00:00 2001 From: maddeleine <59030281+maddeleine@users.noreply.github.com> Date: Tue, 31 Oct 2023 10:09:53 -0700 Subject: [PATCH] Fixes failing FreeBSD build in CI (#4272) --- .github/workflows/ci_freebsd.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci_freebsd.yml b/.github/workflows/ci_freebsd.yml index c094168a931..26fe7055953 100644 --- a/.github/workflows/ci_freebsd.yml +++ b/.github/workflows/ci_freebsd.yml @@ -16,9 +16,10 @@ jobs: - name: Build and test in FreeBSD id: test uses: cross-platform-actions/action@v0.20.0 + timeout-minutes: 25 with: operating_system: freebsd - version: '13.2' + version: '13.1' run: | freebsd-version sudo pkg install -y ninja cmake