We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents df72526 + 697d1a1 commit 25a8f15Copy full SHA for 25a8f15
.github/workflows/push.yml
@@ -80,7 +80,9 @@ jobs:
80
zts: true
81
asan: true
82
name: "LINUX_X64_${{ matrix.debug && 'DEBUG' || 'RELEASE' }}_${{ matrix.zts && 'ZTS' || 'NTS' }}${{ matrix.asan && '_ASAN' || '' }}"
83
- runs-on: ubuntu-22.04
+ runs-on: ubuntu-${{ !matrix.asan && '22' || '20' }}.04
84
+ container:
85
+ image: ${{ matrix.asan && 'ubuntu:23.04' || null }}
86
steps:
87
- name: git checkout
88
uses: actions/checkout@v4
0 commit comments