From a871a908fc2eeadbdf997efa12bba72999a023b6 Mon Sep 17 00:00:00 2001 From: Steffen Winter Date: Thu, 26 Jun 2025 12:34:33 +0200 Subject: [PATCH] ci: update freebsd 14 runners to 14.3 --- .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 d199c03d..fd646d30 100644 --- a/.github/workflows/cmake-freebsd.yml +++ b/.github/workflows/cmake-freebsd.yml @@ -31,7 +31,7 @@ jobs: strategy: matrix: arch: ['aarch64', 'x86_64'] - version: ['14.2', '15.0'] + version: ['14.3', '15.0'] steps: - uses: actions/checkout@v4 diff --git a/.github/workflows/continuous-build-freebsd.yml b/.github/workflows/continuous-build-freebsd.yml index ad0ad94f..be12c59a 100644 --- a/.github/workflows/continuous-build-freebsd.yml +++ b/.github/workflows/continuous-build-freebsd.yml @@ -42,7 +42,7 @@ jobs: - name: Compile uses: vmactions/freebsd-vm@v1 with: - release: '14.2' + release: '14.3' usesh: true prepare: | pkg install -y gmake gcc coreutils git lowdown