diff options
| -rw-r--r-- | .github/workflows/ubuntu.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml index 6249418a9a..4358e4c3a7 100644 --- a/.github/workflows/ubuntu.yml +++ b/.github/workflows/ubuntu.yml @@ -40,9 +40,9 @@ jobs: - test_task: check os: ubuntu-24.04 extra_checks: [capi] - # ubuntu-24.04-arm jobs don't start on ruby/ruby as of 2025-09-04 - #- test_task: check - # os: ubuntu-24.04-arm + - test_task: check + os: ubuntu-24.04-arm + extra_checks: [capi] fail-fast: false env: |
