From 2450b154a63b6c9c3b19c6d2e9eeb61a0566faf6 Mon Sep 17 00:00:00 2001 From: Chengyu HAN Date: Mon, 8 Dec 2025 23:31:31 +0800 Subject: [PATCH] ci: use `macos-15-intel` > The macOS-13 based runner images are being deprecated, consider switching to macOS-15 (macos-15-intel) or macOS 15 arm64 (macos-latest) instead --- .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 f475de8..52aa581 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,7 @@ jobs: matrix: os: - ubuntu-latest - - macos-13 # Intel + - macos-15-intel # Intel - windows-latest arch: - 'x64' @@ -34,7 +34,7 @@ jobs: - 'lts' - 'nightly' exclude: - - os: macos-13 # Intel + - os: macos-15-intel # Intel arch: x86 include: # macos-latest -> Apple Silicon (Need julia >= v1.8)