Skip to content

Commit 1a9103c

Browse files
committed
add 2.43 to ci
1 parent 0e163d9 commit 1a9103c

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/ci.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,3 +204,16 @@ jobs:
204204
with:
205205
ubuntu: '25.10'
206206
glibc: '2.42'
207+
v2_43:
208+
runs-on: ubuntu-22.04
209+
name: glibc-v2.43
210+
steps:
211+
- name: build how2heap
212+
uses: shellphish/how2heap/ci/build@master
213+
with:
214+
ubuntu: '24.04'
215+
- name: test how2heap
216+
uses: shellphish/how2heap/ci/test@master
217+
with:
218+
ubuntu: '26.04'
219+
glibc: '2.43'

0 commit comments

Comments
 (0)