diff --git a/.github/actions/presuite.rb b/.github/actions/presuite.rb index 569331ff0..2d995fbbb 100644 --- a/.github/actions/presuite.rb +++ b/.github/actions/presuite.rb @@ -33,6 +33,7 @@ def beaker_platform 'windows-2016' => 'windows2016-64a', 'windows-2019' => 'windows2019-64a', 'windows-2022' => 'windows2022-64a', + 'windows-2025' => 'windows2025-64a', }[HOST_PLATFORM] end diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 16977f6f4..56a0d633e 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -97,7 +97,7 @@ jobs: strategy: matrix: os: - - windows-2022 + - windows-2025 - ubuntu-22.04 - ubuntu-24.04 fail-fast: false