chore: fix FreeBSD tests

This commit is contained in:
Stéphane Lesimple 2022-02-09 13:45:05 +00:00 committed by Stéphane Lesimple
parent a781d0c1d2
commit 0f4893df82

View file

@ -6,7 +6,7 @@ on:
jobs:
freebsd:
runs-on: macos-latest
runs-on: macos-10.15
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: