Skip to content

Commit 6c48d27

Browse files
committed
Add aarch64 support
Signed-off-by: Ludvig Liljenberg <4257730+ludfjig@users.noreply.github.com>
1 parent 8f21b64 commit 6c48d27

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
name: Run tests on ${{ matrix.os }}
2020
strategy:
2121
matrix:
22-
os: ["ubuntu-latest", "windows-latest"]
22+
os: ["ubuntu-latest", "ubuntu-latest-arm", "windows-latest"]
2323
runs-on: ${{ matrix.os }}
2424
steps:
2525
- uses: actions/checkout@v6
@@ -54,7 +54,7 @@ jobs:
5454
name: Lint on ${{ matrix.os }}
5555
strategy:
5656
matrix:
57-
os: ["ubuntu-latest", "windows-latest"]
57+
os: ["ubuntu-latest", "ubuntu-latest-arm", "windows-latest"]
5858
runs-on: ${{ matrix.os }}
5959
steps:
6060
- uses: actions/checkout@v6

0 commit comments

Comments
 (0)