Skip to content

Commit f903629

Browse files
committed
gh-actions clang-qemu: add versions 21 & 22 for loong64
1 parent 8457989 commit f903629

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/ci.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,16 @@ jobs:
8484
arch_deb: loong64
8585
arch_gnu: loongarch64
8686
distro: ubuntu-24.04
87+
- version: 21
88+
cross: loongarch64
89+
arch_deb: loong64
90+
arch_gnu: loongarch64
91+
distro: ubuntu-24.04
92+
- version: 22
93+
cross: loongarch64
94+
arch_deb: loong64
95+
arch_gnu: loongarch64
96+
distro: ubuntu-24.04
8797
runs-on: ${{ matrix.distro }}
8898
steps:
8999
- uses: actions/checkout@v6

0 commit comments

Comments
 (0)