From a16dcc0ea5eebc9bca79cb1a89c2b2bc1d21c485 Mon Sep 17 00:00:00 2001 From: Rangi42 Date: Sun, 17 Aug 2025 14:09:39 -0400 Subject: [PATCH] Downgrade FreeBSD release used for testing from 15 to 14.3 See https://github.com/vmactions/freebsd-vm/issues/108 We get the error: ld-elf.so.1: Shared object "libutil.so.10" not found, required by "pkg" --- .github/workflows/testing.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index f5af2406..22d59938 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -373,7 +373,7 @@ jobs: - name: Build & test using CMake on FreeBSD uses: vmactions/freebsd-vm@v1 with: - release: "15.0" + release: "14.3" usesh: true prepare: | pkg install -y \