From d67cac134f70fdcc6965d4ccb2633b286c494229 Mon Sep 17 00:00:00 2001 From: Charlie Marsh Date: Mon, 9 Dec 2024 17:54:59 -0500 Subject: [PATCH] Upgrade runners to `macos-14` (#1443) ## Summary The `macos-12` runners are deprecated: https://github.com/astral-sh/rye/actions/runs/12244443745 --- .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