From 1ac6ee1aeff59de42ef1ad0985b7e2cdd6a8d814 Mon Sep 17 00:00:00 2001 From: tersec Date: Sun, 6 Oct 2024 17:17:57 +0000 Subject: [PATCH] use macos-13 builders; macos-12 EOL (#2703) --- .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 9bacfa52c..09d530a33 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -57,7 +57,7 @@ jobs: builder: ubuntu-20.04 - target: os: macos - builder: macos-12 + builder: macos-13 - target: os: windows builder: windows-latest