Skip to content

Commit c1abc51

Browse files
committed
Testing
1 parent 4e0be13 commit c1abc51

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/push.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,7 @@ jobs:
7373
zts: true
7474
asan: true
7575
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 }}
76+
runs-on: ubuntu-22.04
7977
steps:
8078
- name: git checkout
8179
uses: actions/checkout@v4

0 commit comments

Comments
 (0)