From 8feb4a5ea246e94bfd7cba5a50e20b16fa64c90a Mon Sep 17 00:00:00 2001 From: Santhosh Raju Date: Sat, 16 Nov 2024 19:40:52 +0100 Subject: [PATCH] Bump FreeBSD version to 14.2. --- .github/workflows/cmake-freebsd.yml | 2 +- .github/workflows/continuous-build-freebsd.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cmake-freebsd.yml b/.github/workflows/cmake-freebsd.yml index 3f1c9621..672fff84 100644 --- a/.github/workflows/cmake-freebsd.yml +++ b/.github/workflows/cmake-freebsd.yml @@ -31,7 +31,7 @@ jobs: - name: Compile uses: vmactions/freebsd-vm@v1 with: - release: '14.0' + release: '14.2' usesh: true prepare: pkg install -y cmake ninja lowdown run: | diff --git a/.github/workflows/continuous-build-freebsd.yml b/.github/workflows/continuous-build-freebsd.yml index ef04d006..40540d6d 100644 --- a/.github/workflows/continuous-build-freebsd.yml +++ b/.github/workflows/continuous-build-freebsd.yml @@ -44,7 +44,7 @@ jobs: - name: Compile uses: vmactions/freebsd-vm@v1 with: - release: '14.0' + release: '14.2' usesh: true prepare: | pkg install -y gmake gcc coreutils git lowdown