From 6d5a9117073508ca2bdd71a3932a1badcaab0418 Mon Sep 17 00:00:00 2001 From: Yossi Gottlieb Date: Sun, 17 Oct 2021 00:07:27 +0300 Subject: Fix daily failures due to macos-latest change. (#9637) * Fix test modules linking on macOS 11.x. * Use macOS 10.x for FreeBSD VM as VirtualBox is not yet supported on 11. --- .github/workflows/daily.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') diff --git a/.github/workflows/daily.yml b/.github/workflows/daily.yml index 800016508..95de9d145 100644 --- a/.github/workflows/daily.yml +++ b/.github/workflows/daily.yml @@ -399,7 +399,7 @@ jobs: run: ./runtest-cluster ${{github.event.inputs.cluster_test_args}} test-freebsd: - runs-on: macos-latest + runs-on: macos-10.15 if: github.repository == 'redis/redis' && !contains(github.event.inputs.skipjobs, 'freebsd') timeout-minutes: 14400 steps: -- cgit v1.2.1