From ce320e73d6f128caae4ee94115fc3072906e4021 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=98Renato?= Date: Tue, 10 Jun 2025 16:27:40 -0400 Subject: [PATCH] fix(CI): remove windows 2019, add windows 2025 and macos-15 support Change-Id: I42424e2918844789c3eab37a1900a4ed2605716a --- .github/workflows/main.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 423e772..f6e188b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -109,17 +109,20 @@ jobs: fail-fast: false matrix: include: - - os: windows-2019 - python_version: "3.10" - os: windows-2022 python_version: "3.11" - os: windows-2022 python_version: "3.12" + - os: windows-2025 + python_version: "3.11" + - os: windows-2025 + python_version: "3.12" - os: macos-13 python_version: "3.12" - os: macos-14 python_version: "3.12" - + - os: macos-15 + python_version: "3.12" paywalled-platforms: name: Tests on paywalled platforms if: github.repository_owner == 'Telecominfraproject'