From dde822061330510d5c3360bf062beaec60ccef08 Mon Sep 17 00:00:00 2001 From: Chris Thrasher Date: Sun, 27 Apr 2025 09:55:44 -0600 Subject: [PATCH] Add VS 2025 CI jobs --- .github/workflows/windows-simple-builds.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/windows-simple-builds.yml b/.github/workflows/windows-simple-builds.yml index fab746c3..769a137b 100644 --- a/.github/workflows/windows-simple-builds.yml +++ b/.github/workflows/windows-simple-builds.yml @@ -9,7 +9,7 @@ jobs: strategy: fail-fast: false matrix: - os: [windows-2019, windows-2022] + os: [windows-2019, windows-2022, windows-2025] platform: [Win32, x64] build_type: [Debug, Release] std: [14, 17]