From ffb6142ee7fc7b8f76fd71c5672b4aeb3f8455be Mon Sep 17 00:00:00 2001 From: Sebastian Ullrich Date: Sun, 5 Oct 2025 18:06:03 +0200 Subject: [PATCH] chore: CI: update macOS images (#10666) --- .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 90c9e05e8f..ba31b734ac 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -213,7 +213,7 @@ jobs: },*/ { "name": "macOS", - "os": "macos-13", + "os": "macos-15-intel", "release": true, "check-level": 2, "shell": "bash -euxo pipefail {0}", @@ -226,7 +226,7 @@ jobs: { "name": "macOS aarch64", // standard GH runner only comes with 7GB so use large runner if possible when running tests - "os": large && !isPr ? "nscloud-macos-sonoma-arm64-6x14" : "macos-14", + "os": large && !isPr ? "nscloud-macos-sequoia-arm64-6x14" : "macos-15", "CMAKE_OPTIONS": "-DLEAN_INSTALL_SUFFIX=-darwin_aarch64", "release": true, "shell": "bash -euxo pipefail {0}",