Skip to content

Commit 2a65083

Browse files
committed
test
1 parent 07dc699 commit 2a65083

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/linux.yml

+5-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,10 @@ on:
88

99
jobs:
1010
ci-ubuntu:
11-
runs-on: ubuntu-24.04
11+
strategy:
12+
matrix:
13+
os: [ubuntu-24.04, ubuntu-24.04-arm]
14+
runs-on: ${{ matrix.os }}
1215
steps:
1316
- uses: wx257osn2/cxx_environment@test
1417
with:
@@ -38,7 +41,7 @@ jobs:
3841
pushd .dependencies/qoi
3942
ln -s ../stb/stb_image.h .
4043
ln -s ../stb/stb_image_write.h .
41-
cxx-env-run make conv
44+
cxx-env-run make conv CC:=clang
4245
popd
4346
mv .dependencies/qoi/qoiconv bin/qoiconv_orig
4447
- name: build

0 commit comments

Comments
 (0)