Skip to content

Commit d508aab

Browse files
committed
add linux arm runners to ci workflows
1 parent 1dae772 commit d508aab

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ jobs:
2525
task: iosSimulatorArm64Test
2626
- os: ubuntu-latest
2727
task: linuxX64Test
28+
- os: ubuntu-24.04-arm
29+
task: linuxArm64Test
2830
uses: ./.github/workflows/task-runner.yml
2931
with:
3032
runner: ${{ matrix.os }}

.github/workflows/pr.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ jobs:
2525
task: iosSimulatorArm64Test
2626
- os: ubuntu-latest
2727
task: linuxX64Test
28+
- os: ubuntu-24.04-arm
29+
task: linuxArm64Test
2830
uses: ./.github/workflows/task-runner.yml
2931
with:
3032
runner: ${{ matrix.os }}

0 commit comments

Comments
 (0)