From 26e88dfb52f90459443a0c03fbe66e4466759b60 Mon Sep 17 00:00:00 2001 From: Charlie Marsh Date: Mon, 9 Dec 2024 17:47:15 -0500 Subject: [PATCH] Upgrade runners to macos-14 --- .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 38993719dc..f9260772f6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -97,12 +97,12 @@ jobs: target: aarch64-unknown-linux-musl name: aarch64-linux - build: macos - os: macos-12 + os: macos-14 rust: stable target: x86_64-apple-darwin name: x86_64-macos - build: macos-arm - os: macos-12 + os: macos-14 rust: stable target: aarch64-apple-darwin name: aarch64-macos