From 742032907ac77d54f3097ada48bc4f7c0d4504cb Mon Sep 17 00:00:00 2001 From: R4SAS Date: Sat, 27 Nov 2021 23:46:03 +0300 Subject: [PATCH] [gha] update freebsd action Signed-off-by: R4SAS --- .github/workflows/build-freebsd.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-freebsd.yml b/.github/workflows/build-freebsd.yml index c6e0addf..b11569b7 100644 --- a/.github/workflows/build-freebsd.yml +++ b/.github/workflows/build-freebsd.yml @@ -4,15 +4,16 @@ on: [push, pull_request] jobs: build: - runs-on: macos-latest + runs-on: macos-10.15 name: with UPnP steps: - uses: actions/checkout@v2 - name: Test in FreeBSD id: test - uses: vmactions/freebsd-vm@v0.1.4 + uses: vmactions/freebsd-vm@v0.1.5 with: usesh: true + mem: 2048 prepare: pkg install -y devel/cmake devel/gmake devel/boost-libs security/openssl net/miniupnpc run: | cd build