From 340ebd0bec07b74f7925f6e3c24e325f812e8204 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Lesimple?= Date: Wed, 31 May 2023 16:10:12 +0000 Subject: [PATCH] chore: fix GitHub actions under freebsd --- .github/workflows/freebsd.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/freebsd.yml b/.github/workflows/freebsd.yml index ed1a571..e5d0c5a 100644 --- a/.github/workflows/freebsd.yml +++ b/.github/workflows/freebsd.yml @@ -6,13 +6,13 @@ on: jobs: freebsd: - runs-on: macos-10.15 + runs-on: macos-12 name: FreeBSD if: ${{ contains(github.event.pull_request.labels.*.name, 'tests:full') || contains(github.event.pull_request.labels.*.name, 'tests:long') || contains(github.event.pull_request.labels.*.name, 'tests:freebsd') }} steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Functional tests under FreeBSD - uses: vmactions/freebsd-vm@main + uses: vmactions/freebsd-vm@v0 with: usesh: true sync: sshfs