From 32b7fa2670a758fcf52428956e82dbfbcc9feaef Mon Sep 17 00:00:00 2001 From: Nicola Murino Date: Fri, 7 Feb 2025 18:41:35 +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 7394c816..428ed3cd 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