From 15b2619fb279d26f8a0a49f98b3014b01c5dd13c Mon Sep 17 00:00:00 2001 From: Alex Willmer Date: Sat, 22 Nov 2025 09:12:37 +0000 Subject: [PATCH] CI: Bump deprecated macOS 13 runner to macOS 15 --- .github/workflows/tests.yml | 4 ++-- docs/changelog.rst | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index ebfad8fd..7d91954a 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -153,8 +153,8 @@ jobs: macos: name: macos ${{ matrix.tox_env }} - # https://github.com/actions/runner-images/blob/main/images/macos/macos-13-Readme.md - runs-on: macos-13 + # https://github.com/actions/runner-images/blob/main/images/macos/macos-15-Readme.md + runs-on: macos-15 timeout-minutes: 15 strategy: diff --git a/docs/changelog.rst b/docs/changelog.rst index b8f59f59..edfc1ceb 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -22,6 +22,7 @@ In progress (unreleased) ------------------------ * :gh:issue:`1118` CI: Use 2025.02 test images, keeping same OS releases +* :gh:issue:`1358` CI: Bump deprecated macOS 13 runner to macOS 15 v0.3.33 (2025-11-22)