From 0bb32ae85b46c3bce15d7a6034964edf4e0c4a33 Mon Sep 17 00:00:00 2001 From: pantor Date: Mon, 18 Aug 2025 10:04:31 +0200 Subject: [PATCH] bump windows CI to 2022/2025 --- .github/workflows/ci.yml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b0deebe..03a0a11 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,22 +28,22 @@ jobs: os: ubuntu-24.04 compiler: gcc - - name: windows-2019-msvc - os: windows-2019 - compiler: msvc - - - name: windows-2019-clang - os: windows-2019 - compiler: clang - - - name: windows-2019-gcc - os: windows-2019 - compiler: gcc - - name: windows-2022-msvc os: windows-2022 compiler: msvc + - name: windows-2022-clang + os: windows-2022 + compiler: clang + + - name: windows-2022-gcc + os: windows-2022 + compiler: gcc + + - name: windows-2025-msvc + os: windows-2025 + compiler: msvc + - name: macOS-13-gcc os: macOS-13 compiler: gcc