From d0fb557f74a28912ff129ce0ba24008b00b1019b Mon Sep 17 00:00:00 2001 From: tersec Date: Fri, 16 Feb 2024 17:25:53 +0000 Subject: [PATCH] use non-EOL macOS version for GitHub Actions CI (#8) --- .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 7967e4a..099aa2a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,7 +30,7 @@ jobs: shell: bash - target: os: macos - builder: macos-11 + builder: macos-12 shell: bash - target: os: windows