From db73229bddc6efd26875213f7927b156feb5a937 Mon Sep 17 00:00:00 2001 From: fraggerfox Date: Tue, 2 Jul 2024 19:05:49 +0200 Subject: [PATCH] CI: Bump FreeBSD version to 14.1. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6b77d8134..4e8b4112d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -230,7 +230,7 @@ jobs: - name: Compile uses: vmactions/freebsd-vm@v1 with: - release: '14.0' + release: '14.1' usesh: true prepare: | pkg install -y gmake autoconf automake git