Bumped Windows Server image from 2022 to 2025.

This commit is contained in:
Patrick Lehmann
2025-08-17 22:26:57 +02:00
parent ba3d82668e
commit bde1b15783
2 changed files with 2 additions and 2 deletions

View File

@@ -83,7 +83,7 @@ on:
windows_image: windows_image:
description: 'The used GitHub Action image for Windows based jobs.' description: 'The used GitHub Action image for Windows based jobs.'
required: false required: false
default: 'windows-2022' default: 'windows-2025'
type: string type: string
macos_intel_image: macos_intel_image:
description: 'The used GitHub Action image for macOS (Intel x86-64) based jobs.' description: 'The used GitHub Action image for macOS (Intel x86-64) based jobs.'

View File

@@ -110,7 +110,7 @@ on:
default: 'pyproject.toml' default: 'pyproject.toml'
type: string type: string
coverage_report_html_directory: coverage_report_html_directory:
description: '' description: 'Directory where the coverage report in HTML format will be generated.'
required: false required: false
default: 'report/coverage/html' default: 'report/coverage/html'
type: string type: string