From 94b5c1b80533085f2c9f897233a33f3fb88f50a7 Mon Sep 17 00:00:00 2001 From: Bartosz Sokorski Date: Thu, 2 Oct 2025 00:18:28 +0200 Subject: [PATCH] Update GHA 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 1034e56b..706eaf42 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -20,11 +20,11 @@ jobs: python-version: ["3.9", "3.10", "3.11", "3.12", "3.13", "3.14"] include: - os: Ubuntu - image: ubuntu-22.04 + image: ubuntu-24.04 - os: Windows - image: windows-2022 + image: windows-2025 - os: macOS - image: macos-14 + image: macos-15 defaults: run: shell: bash