We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1dae772 commit d508aabCopy full SHA for d508aab
.github/workflows/main.yml
@@ -25,6 +25,8 @@ jobs:
25
task: iosSimulatorArm64Test
26
- os: ubuntu-latest
27
task: linuxX64Test
28
+ - os: ubuntu-24.04-arm
29
+ task: linuxArm64Test
30
uses: ./.github/workflows/task-runner.yml
31
with:
32
runner: ${{ matrix.os }}
.github/workflows/pr.yml
0 commit comments