summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2024-01-23 15:40:12 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2024-01-23 16:10:58 +0900
commit7cf74a2ff28b1b4c26e367d0d67521f7e1fed239 (patch)
treeae54e86f0e0d79bff76d10b62c2d6c640936240b
parent5987f0b7c8545824efdbdd501ef4e9d57fc92808 (diff)
Run test-bundled-gems again with macos-arm-oss runner
-rw-r--r--.github/workflows/macos.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml
index 030778ee47..f665085f1d 100644
--- a/.github/workflows/macos.yml
+++ b/.github/workflows/macos.yml
@@ -37,6 +37,8 @@ jobs:
include:
- test_task: test-all TESTS=--repeat-count=2
os: ${{ github.repository == 'ruby/ruby' && 'macos-arm-oss' || 'macos-13' }}
+ - test_task: test-bundled-gems
+ os: ${{ github.repository == 'ruby/ruby' && 'macos-arm-oss' || 'macos-13' }}
fail-fast: false
env: