From a7e68ec059e9f13c10223e9468f72d500ebfdae6 Mon Sep 17 00:00:00 2001 From: tersec Date: Fri, 16 Feb 2024 17:36:52 +0000 Subject: [PATCH] use non-EOL macOS version for GitHub Actions CI (#210) --- .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 99cff16..ea5757e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,7 +34,7 @@ jobs: shell: bash - target: os: macos - builder: macos-11 + builder: macos-12 shell: bash - target: os: windows