.github: Fix FreeBSD workflow

The docs https://github.com/marketplace/actions/freebsd-vm
say that `runs-on:` must be `macos-10.15`.
This commit is contained in:
Jan Sarenik 2021-12-02 17:03:08 +01:00 committed by Rusty Russell
parent 5483465fb5
commit 84d83bd716

View file

@ -4,7 +4,7 @@ on: [push, pull_request]
jobs:
testfreebsd:
runs-on: macos-latest
runs-on: macos-10.15
name: Build and test on FreeBSD
env:
DEVELOPER: 1