From bdcd0592dc4932939ba463e9580d2c663a653f17 Mon Sep 17 00:00:00 2001 From: Valerio Date: Tue, 24 Mar 2026 10:43:36 +0100 Subject: [PATCH] fix: use macos-latest for release builds --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d99c8b4..bd9cbc0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,9 +20,9 @@ jobs: matrix: include: - target: x86_64-apple-darwin - os: macos-13 + os: macos-latest - target: aarch64-apple-darwin - os: macos-14 + os: macos-latest - target: x86_64-unknown-linux-gnu os: ubuntu-latest - target: aarch64-unknown-linux-gnu