Skip to content

Commit c221282

Browse files
committed
test: Fix justfile issue and add fedora-44 into test_os
Signed-off-by: Xiaofeng Wang <[email protected]>
1 parent a53efec commit c221282

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ jobs:
119119
strategy:
120120
fail-fast: false
121121
matrix:
122-
test_os: [fedora-42, fedora-43, centos-9, centos-10]
122+
test_os: [fedora-42, fedora-43, fedora-44, centos-9, centos-10]
123123

124124
runs-on: ubuntu-24.04
125125

@@ -130,7 +130,7 @@ jobs:
130130

131131
- name: Setup env
132132
run: |
133-
BASE=$(just pullspec-for-os ${{ matrix.test_os }})
133+
BASE=$(just pullspec-for-os base ${{ matrix.test_os }})
134134
echo "BOOTC_base=${BASE}" >> $GITHUB_ENV
135135
136136
- name: Build packages
@@ -151,7 +151,7 @@ jobs:
151151
strategy:
152152
fail-fast: false
153153
matrix:
154-
test_os: [fedora-42, fedora-43, centos-9, centos-10]
154+
test_os: [fedora-42, fedora-43, fedora-44, centos-9, centos-10]
155155

156156
runs-on: ubuntu-24.04
157157

0 commit comments

Comments
 (0)