diff options
| author | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2024-01-23 15:40:12 +0900 |
|---|---|---|
| committer | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2024-01-23 16:10:58 +0900 |
| commit | 7cf74a2ff28b1b4c26e367d0d67521f7e1fed239 (patch) | |
| tree | ae54e86f0e0d79bff76d10b62c2d6c640936240b | |
| parent | 5987f0b7c8545824efdbdd501ef4e9d57fc92808 (diff) | |
Run test-bundled-gems again with macos-arm-oss runner
| -rw-r--r-- | .github/workflows/macos.yml | 2 |
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: |
