Skip to content

Commit 21380af

Browse files
authored
fix segmentation fault when building
1 parent 1cd60a9 commit 21380af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
build:
3333
strategy:
3434
matrix:
35-
runner: [ubuntu-24.04, ubuntu-24.04-arm]
35+
runner: [ubuntu-22.04, ubuntu-22.04-arm]
3636
name: build-${{ matrix.runner }}
3737
runs-on: ${{ matrix.runner }}
3838
permissions:

0 commit comments

Comments
 (0)