From 3770f565a4bb9cee91a0faed6ffec069b4d7d311 Mon Sep 17 00:00:00 2001 From: Richard T Bonhomme Date: Mon, 9 May 2022 02:06:04 +0100 Subject: [PATCH] Set macOS github runner to supported macOS version Catalina 10.15 Signed-off-by: Richard T Bonhomme --- .github/workflows/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml index c801e32..f3e773b 100644 --- a/.github/workflows/action.yml +++ b/.github/workflows/action.yml @@ -68,7 +68,7 @@ jobs: mtest: # The type of runner that the job will run on - runs-on: macos-latest + runs-on: macos-10.15 env: EASYRSA_REMOTE_CI: 1