Skip to content

Commit c960516

Browse files
committed
Try building on windows-2025
The latest Windows release (24H2) apparently updated the JScript which can cause issues (see php#17759). Check if there are more.
1 parent e6c570a commit c960516

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ jobs:
236236
WINDOWS:
237237
if: github.repository == 'php/php-src' || github.event_name == 'pull_request'
238238
name: WINDOWS_X64_ZTS
239-
runs-on: windows-2022
239+
runs-on: windows-2025
240240
timeout-minutes: 50
241241
env:
242242
PHP_BUILD_CACHE_BASE_DIR: C:\build-cache

0 commit comments

Comments
 (0)