From d924811e1fe68cf6fdc87ee99a438f77df8793b5 Mon Sep 17 00:00:00 2001 From: Nicola Murino Date: Fri, 7 Feb 2025 18:40:00 +0100 Subject: [PATCH] CI: macos-12 is no longer supported Signed-off-by: Nicola Murino --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 14a1c2ba..6b4e04a8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -227,7 +227,7 @@ jobs: prepare-mac: name: Prepare macOS binaries - runs-on: macos-12 + runs-on: macos-13 steps: - uses: actions/checkout@v4