Skip to content

Commit 56637f0

Browse files
committed
Upgrade Windows builds from Windows 2019
Windows 2019 builds are being dropped by GitHub on 2025-06-30. actions/runner-images#12045
1 parent 391bd2a commit 56637f0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/push.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ env:
4242
CXX: ccache g++
4343
jobs:
4444
LINUX_X64:
45-
if: github.repository == 'php/php-src' || github.event_name == 'pull_request'
45+
if: false
4646
services:
4747
mysql:
4848
image: mysql:8.3
@@ -112,7 +112,7 @@ jobs:
112112
- name: Verify generated files are up to date
113113
uses: ./.github/actions/verify-generated-files
114114
MACOS_DEBUG_NTS:
115-
if: github.repository == 'php/php-src' || github.event_name == 'pull_request'
115+
if: false
116116
runs-on: macos-13
117117
steps:
118118
- name: git checkout
@@ -147,7 +147,7 @@ jobs:
147147
WINDOWS:
148148
if: github.repository == 'php/php-src' || github.event_name == 'pull_request'
149149
name: WINDOWS_X64_ZTS
150-
runs-on: windows-2019
150+
runs-on: windows-2022
151151
env:
152152
PHP_BUILD_CACHE_BASE_DIR: C:\build-cache
153153
PHP_BUILD_OBJ_DIR: C:\obj

.github/workflows/root.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
ubuntu_version: ${{
5959
(((matrix.branch.version[0] == 8 && matrix.branch.version[1] >= 5) || matrix.branch.version[0] >= 9) && '24.04')
6060
|| '22.04' }}
61-
windows_version: ${{ ((matrix.branch.version[0] == 8 && matrix.branch.version[1] >= 4) || matrix.branch.version[0] >= 9) && '2022' || '2019' }}
61+
windows_version: '2022'
6262
skip_laravel: ${{ matrix.branch.version[0] == 8 && matrix.branch.version[1] == 1 }}
6363
skip_symfony: ${{ matrix.branch.version[0] == 8 && matrix.branch.version[1] == 1 }}
6464
skip_wordpress: ${{ matrix.branch.version[0] == 8 && matrix.branch.version[1] == 1 }}

0 commit comments

Comments
 (0)