diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 02efbf6b..2e9d4ee7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -38,7 +38,8 @@ jobs: strategy: fail-fast: false matrix: - os-version: [2019, 2022] + # Windows Server 2019 has been retired. The Windows Server 2019 image has been removed as of 2025-06-30. For more details, see https://github.com/actions/runner-images/issues/12045 + os-version: [2022, 2025] crypto: [OpenSSL, BCrypt] env: VCPKG_ROOT: ${{ github.workspace }}/vcpkg