From 28818801cb6eb16d1805eb5ece7f28cedaa2f02e Mon Sep 17 00:00:00 2001 From: Glenn Jocher Date: Tue, 21 Jan 2025 01:38:20 +0100 Subject: [PATCH] Adopt `macos-15` GitHub CI runners (#18763) Signed-off-by: Glenn Jocher --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index eaa15f82..3a6bd37b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -98,7 +98,7 @@ jobs: strategy: fail-fast: false matrix: - os: [ubuntu-latest, windows-latest, macos-14] + os: [ubuntu-latest, macos-15, windows-latest] python-version: ["3.11"] model: [yolo11n] steps: @@ -160,7 +160,7 @@ jobs: strategy: fail-fast: false matrix: - os: [ubuntu-latest, macos-14, windows-latest] + os: [ubuntu-latest, macos-15, windows-latest] python-version: ["3.11"] torch: [latest] include: