From 74192434463e6fba2f595679fcc3db1dbdc609e8 Mon Sep 17 00:00:00 2001 From: Manlio Perillo Date: Mon, 11 Mar 2024 16:30:40 +0100 Subject: [PATCH] ci.yml: update vmactions/freebsd to v1 v1 is the most recommended to use and runs on ubuntu-latest instead of macos-12. --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 732bd116..933f59ba 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -60,13 +60,13 @@ jobs: build-freebsd: - runs-on: macos-12 + runs-on: ubuntu-latest name: Build and test FreeBSD executable steps: - uses: actions/checkout@v3 - name: FreeBSD id: test - uses: vmactions/freebsd-vm@v0 + uses: vmactions/freebsd-vm@v1 with: usesh: true sync: rsync