Skip to content

Commit 45a3b14

Browse files
committed
Fix
1 parent 341c994 commit 45a3b14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
zts: true
7171
asan: true
7272
name: "LINUX_X64_${{ matrix.debug && 'DEBUG' || 'RELEASE' }}_${{ matrix.zts && 'ZTS' || 'NTS' }}${{ matrix.asan && '_ASAN' || '' }}"
73-
runs-on: ubuntu-${{ !matrix.asan && '22' || '24' }}.04
73+
runs-on: ubuntu-20.04
7474
steps:
7575
- name: git checkout
7676
uses: actions/checkout@v4

0 commit comments

Comments
 (0)