From 2e7f2040fe28117eb8867fa5ea62ba4d6e0f3c7e Mon Sep 17 00:00:00 2001 From: narimiran Date: Wed, 24 Aug 2022 09:22:44 +0200 Subject: [PATCH] switch CI to the supported version of macos See https://github.com/actions/runner-images/issues/5583 --- .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 bf05689..9ec8b36 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,7 +31,7 @@ jobs: shell: bash - target: os: macos - builder: macos-10.15 + builder: macos-11 shell: bash - target: os: windows