From 7a62bcf39a44007793182e947f4be698818c785c Mon Sep 17 00:00:00 2001 From: Rob E Date: Fri, 18 Jul 2025 22:07:13 +1000 Subject: [PATCH] Remote windows-2019 test runner The windows-2019 test runner [has been deprecated](https://github.com/actions/runner-images/issues/12045) as of 2025-06-30 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 54837ac35..c38a7f383 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,7 +38,7 @@ jobs: strategy: matrix: arch: [ x64 ] - os: [ windows-2019, windows-2022, macos-13 ] + os: [ windows-2022, macos-13 ] tfm: [ net472, net8.0, net9.0 ] exclude: - os: macos-13