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 341c994 commit 45a3b14Copy full SHA for 45a3b14
.github/workflows/push.yml
@@ -70,7 +70,7 @@ jobs:
70
zts: true
71
asan: true
72
name: "LINUX_X64_${{ matrix.debug && 'DEBUG' || 'RELEASE' }}_${{ matrix.zts && 'ZTS' || 'NTS' }}${{ matrix.asan && '_ASAN' || '' }}"
73
- runs-on: ubuntu-${{ !matrix.asan && '22' || '24' }}.04
+ runs-on: ubuntu-20.04
74
steps:
75
- name: git checkout
76
uses: actions/checkout@v4
0 commit comments