From 51a10c9790c59183298eeda643dcc219556f40ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Randy=20D=C3=B6ring?= <30527984+radoering@users.noreply.github.com> Date: Sun, 19 Apr 2026 13:26:04 +0200 Subject: [PATCH] chore: update runner images --- .github/workflows/tests.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 693a3b8b645..74450d9a518 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -126,11 +126,11 @@ jobs: matrix: os: - name: Ubuntu - image: ubuntu-22.04 + image: ubuntu-24.04 - name: Windows - image: windows-2022 + image: windows-2025 - name: macOS aarch64 - image: macos-14 + image: macos-15 python-version: - "3.10" - "3.11"