Skip to content

Commit 2843b7e

Browse files
committed
feat: enable arm runners in CI
1 parent 1318636 commit 2843b7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: "${{ matrix.os }}"
1515
strategy:
1616
matrix:
17-
os: [ubuntu-24.04, ubuntu-22.04]
17+
os: [ubuntu-24.04, ubuntu-22.04, ubuntu-24.04-arm]
1818
env:
1919
AFL_SKIP_CPUFREQ: 1
2020
AFL_I_DONT_CARE_ABOUT_MISSING_CRASHES: 1

0 commit comments

Comments
 (0)