Switching the specflow workflow to use windows-2025 runners

This commit is contained in:
Benedek Farkas
2025-09-19 10:13:54 +02:00
parent 61ee88a46d
commit e89b31bbcc

View File

@@ -12,7 +12,7 @@ jobs:
defaults:
run:
shell: cmd
runs-on: windows-latest
runs-on: windows-2025
strategy:
matrix:
branch: ${{ github.event_name == 'schedule' && fromJson('["dev","1.10.x"]') || fromJson('["${{ github.ref_name }}"]') }}