mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-02-21 14:24:09 +01:00
.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:
parent
5483465fb5
commit
84d83bd716
1 changed files with 1 additions and 1 deletions
2
.github/workflows/bsd.yml
vendored
2
.github/workflows/bsd.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue