From 2c86386cec83e4bdec5dce26b0780508af1ff326 Mon Sep 17 00:00:00 2001 From: Jan Sarenik Date: Thu, 2 Dec 2021 17:03:08 +0100 Subject: [PATCH] .github: Fix FreeBSD workflow The docs https://github.com/marketplace/actions/freebsd-vm say that `runs-on:` must be `macos-10.15`. --- .github/workflows/bsd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/bsd.yml b/.github/workflows/bsd.yml index 6facf4fab6e3..bea605fef489 100644 --- a/.github/workflows/bsd.yml +++ b/.github/workflows/bsd.yml @@ -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