From 3fc269a304602aed84d20c573c8c72ee090dcbce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lauren=C8=9Biu=20Nicola?= Date: Wed, 1 Oct 2025 09:10:56 +0300 Subject: [PATCH] Build x86_64-apple-darwin binaries on macos-14 --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 5bd90130f4..7ccbdd91de 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -52,7 +52,7 @@ jobs: target: arm-unknown-linux-gnueabihf zig_target: arm-unknown-linux-gnueabihf.2.28 code-target: linux-armhf - - os: macos-13 + - os: macos-14 target: x86_64-apple-darwin code-target: darwin-x64 pgo: clap-rs/clap@v4.5.36