Skip to content

Commit a46fcee

Browse files
committed
试试新的runner
1 parent b7408b9 commit a46fcee

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/test.yml

+9
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,15 @@ jobs:
7575
- run: luamake -notest -sanitize
7676
- run: luamake lua test/glibc-version.lua
7777
- run: luamake test -v
78+
linux-arm:
79+
name: linux (arm64)
80+
runs-on: ubuntu-22.04-arm
81+
steps:
82+
- uses: actions/checkout@v4
83+
- uses: actboy168/setup-luamake@master
84+
- run: luamake -notest -sanitize
85+
- run: luamake lua test/glibc-version.lua
86+
- run: luamake test -v
7887
linux:
7988
strategy:
8089
fail-fast: false

0 commit comments

Comments
 (0)