Skip to content

Commit 25a8f15

Browse files
committed
Merge branch 'PHP-8.3'
* PHP-8.3: Fix ASan build
2 parents df72526 + 697d1a1 commit 25a8f15

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/push.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,9 @@ jobs:
8080
zts: true
8181
asan: true
8282
name: "LINUX_X64_${{ matrix.debug && 'DEBUG' || 'RELEASE' }}_${{ matrix.zts && 'ZTS' || 'NTS' }}${{ matrix.asan && '_ASAN' || '' }}"
83-
runs-on: ubuntu-22.04
83+
runs-on: ubuntu-${{ !matrix.asan && '22' || '20' }}.04
84+
container:
85+
image: ${{ matrix.asan && 'ubuntu:23.04' || null }}
8486
steps:
8587
- name: git checkout
8688
uses: actions/checkout@v4

0 commit comments

Comments
 (0)