From 4e9a62e765c37cebd777e2e67a1691adf23f2430 Mon Sep 17 00:00:00 2001 From: tersec Date: Fri, 22 Jul 2022 15:19:53 +0000 Subject: [PATCH] update to supported macOS GitHub CI image (#521) --- .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 88f94ac..55cdb4e 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