From 6c6520470e4345707f6d11d9ac10269594e5a17f Mon Sep 17 00:00:00 2001 From: xonixx Date: Wed, 25 Dec 2024 00:48:40 +0200 Subject: [PATCH] Add new OSes available for GitHub actions runners #176 --- .github/workflows/run-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index 1805fd0..f5ce069 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -85,7 +85,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ windows-2019, windows-2022 ] + os: [ windows-2019, windows-2022, windows-2025 ] steps: - uses: actions/checkout@v3