Skip to content

Commit 63f3129

Browse files
committed
Build for Ubuntu 26.04 and Fedora 44
1 parent 6ee93ec commit 63f3129

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,10 @@ jobs:
100100
fail-fast: false
101101
matrix:
102102
include:
103+
- base_image: ubuntu
104+
version: 26.04
105+
codename: resolute
106+
llvm_version: 21
103107
- base_image: ubuntu
104108
version: 24.04
105109
codename: noble
@@ -258,12 +262,12 @@ jobs:
258262
fail-fast: false
259263
matrix:
260264
include:
261-
- base_image: fedora
262-
base_image_tag: 41
263265
- base_image: fedora
264266
base_image_tag: 42
265267
- base_image: fedora
266268
base_image_tag: 43
269+
- base_image: fedora
270+
base_image_tag: 44
267271
steps:
268272
- name: Checkout
269273
uses: actions/checkout@v4

0 commit comments

Comments
 (0)