From f6b3452b34fc481e23cbf36b5d1b3ffd24683ab2 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.1. --- .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 3f1c96216..c0649f5d3 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.1' 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 3d4f74f69..e9f7c9cb0 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.1' usesh: true prepare: | pkg install -y gmake gcc coreutils git lowdown