mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-20 23:54:22 +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:
committed by
Rusty Russell
parent
5483465fb5
commit
84d83bd716
2
.github/workflows/bsd.yml
vendored
2
.github/workflows/bsd.yml
vendored
@@ -4,7 +4,7 @@ on: [push, pull_request]
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
testfreebsd:
|
testfreebsd:
|
||||||
runs-on: macos-latest
|
runs-on: macos-10.15
|
||||||
name: Build and test on FreeBSD
|
name: Build and test on FreeBSD
|
||||||
env:
|
env:
|
||||||
DEVELOPER: 1
|
DEVELOPER: 1
|
||||||
|
|||||||
Reference in New Issue
Block a user