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.
1 parent 4e0be13 commit c1abc51Copy full SHA for c1abc51
.github/workflows/push.yml
@@ -73,9 +73,7 @@ jobs:
73
zts: true
74
asan: true
75
name: "LINUX_X64_${{ matrix.debug && 'DEBUG' || 'RELEASE' }}_${{ matrix.zts && 'ZTS' || 'NTS' }}${{ matrix.asan && '_ASAN' || '' }}"
76
- runs-on: ubuntu-${{ !matrix.asan && '22' || '20' }}.04
77
- container:
78
- image: ${{ matrix.asan && 'ubuntu:23.04' || null }}
+ runs-on: ubuntu-22.04
79
steps:
80
- name: git checkout
81
uses: actions/checkout@v4
0 commit comments