From 0ef05ae7f868c94252b85c27a4445eabdec442c9 Mon Sep 17 00:00:00 2001 From: tersec Date: Fri, 22 Jul 2022 15:19:39 +0000 Subject: [PATCH] update to supported macOS GitHub CI image (#142) --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index acd02f9..0fa16ed 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,7 +30,7 @@ jobs: shell: bash - target: os: macos - builder: macos-10.15 + builder: macos-11 shell: bash - target: os: windows