From ef01bbe66a36b6654c3195e43aa003eef8530920 Mon Sep 17 00:00:00 2001 From: Ihor Kalnytskyi Date: Sun, 5 Oct 2025 00:29:02 +0300 Subject: [PATCH] Replace macOS 13 with macOS 26 in CI macOS 13 runners are deprecated and will reach end-of-life soon. Replace them with macOS 26 runners. --- .github/workflows/ci.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9ee892c6..c84e9a31 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,9 +22,10 @@ jobs: - ubuntu-22.04-arm - ubuntu-24.04 - ubuntu-24.04-arm - - macos-13 - macos-14 - macos-15 + - macos-15-intel + - macos-26 - windows-11-arm - windows-2022 - windows-2025 @@ -66,9 +67,10 @@ jobs: - ubuntu-22.04-arm - ubuntu-24.04 - ubuntu-24.04-arm - - macos-13 - macos-14 - macos-15 + - macos-15-intel + - macos-26 - windows-11-arm - windows-2022 - windows-2025