Skip to content

Commit e531a32

Browse files
committed
Fix CI: revert ubuntu-latest and windows-latest
- Revert ubuntu-latest back to ubuntu-22.04 (readline issues) - Revert windows-latest back to windows-2022 (postgresql service issues) - Keep macOS 15-intel for Intel builds (from previous commit)
1 parent 0e4c8e6 commit e531a32

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build-alpine.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
zts: false
2121

2222
name: "ALPINE_X64_${{ matrix.debug && 'DEBUG' || 'RELEASE' }}_${{ matrix.zts && 'ZTS' || 'NTS' }}${{ matrix.asan && '_ASAN' || ''}}"
23-
runs-on: ubuntu-latest
23+
runs-on: ubuntu-22.04
2424
container:
2525
image: 'alpine:3.20.1'
2626
timeout-minutes: 45

.github/workflows/build-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
zts: false
2121

2222
name: "LINUX_X64_${{ matrix.debug && 'DEBUG' || 'RELEASE' }}_${{ matrix.zts && 'ZTS' || 'NTS' }}${{ matrix.asan && '_ASAN' || ''}}"
23-
runs-on: ubuntu-latest
23+
runs-on: ubuntu-22.04
2424
timeout-minutes: ${{ matrix.asan && 360 || 60 }}
2525

2626
services:

.github/workflows/build-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
jobs:
88
WINDOWS:
99
name: WINDOWS_X64_ZTS
10-
runs-on: windows-latest
10+
runs-on: windows-2022
1111
timeout-minutes: 50
1212
env:
1313
PHP_BUILD_CACHE_BASE_DIR: C:\build-cache

0 commit comments

Comments
 (0)