From: Nick Porter Date: Thu, 1 Aug 2024 10:06:40 +0000 (+0100) Subject: Use latest cross-platform-actions for FreeBSD X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1041b7b9e82bd908c66d2de73daa46c984b77a54;p=thirdparty%2Ffreeradius-server.git Use latest cross-platform-actions for FreeBSD Which now recommends use of a linux host for better performance. --- diff --git a/.github/workflows/ci-freebsd.yml b/.github/workflows/ci-freebsd.yml index 878335e9a5d..66637bb2ce6 100644 --- a/.github/workflows/ci-freebsd.yml +++ b/.github/workflows/ci-freebsd.yml @@ -16,7 +16,7 @@ env: jobs: freebsd-build: - runs-on: macos-12 + runs-on: ubuntu-latest name: "FreeBSD build" @@ -52,7 +52,7 @@ jobs: key: hostapd-freebsd-${{ env.HOSTAPD_GIT_TAG }}-v4 - name: Test using a FreeBSD VirtualBox VM - uses: cross-platform-actions/action@v0.22.0 + uses: cross-platform-actions/action@v0.25.0 with: operating_system: freebsd version: '13.2'