mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-21 08:04:26 +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:
|
||||
testfreebsd:
|
||||
runs-on: macos-latest
|
||||
runs-on: macos-10.15
|
||||
name: Build and test on FreeBSD
|
||||
env:
|
||||
DEVELOPER: 1
|
||||
|
||||
Reference in New Issue
Block a user