summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2025-09-04 15:30:13 -0700
committerTakashi Kokubun <takashikkbn@gmail.com>2025-09-04 15:31:25 -0700
commit5d6d8568ab8ad80ab75ce1b914644f179714e7cf (patch)
treea0a3404c00c94c89b27acc7d90d3c6a8c1a25dc7
parent5521870cb2f13e2a98646318e7322354cfc61080 (diff)
Disable ubuntu-24.04-arm jobs for now
They don't start at all and they get cancelled. https://github.com/ruby/ruby/actions/runs/17476949351/job/49639049451 To unblock PR merges, let's disable it until it's fixed.
-rw-r--r--.github/workflows/ubuntu.yml5
1 files changed, 3 insertions, 2 deletions
diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml
index 7eeac76d88..4bb1f87392 100644
--- a/.github/workflows/ubuntu.yml
+++ b/.github/workflows/ubuntu.yml
@@ -39,8 +39,9 @@ jobs:
- test_task: test-bundled-gems
- test_task: check
os: ubuntu-24.04
- - test_task: check
- os: ubuntu-24.04-arm
+ # ubuntu-24.04-arm jobs don't start on ruby/ruby as of 2025-09-04
+ #- test_task: check
+ # os: ubuntu-24.04-arm
fail-fast: false
env: