diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 1afc84c3f3a4bb..10c024d08527a3 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -38,12 +38,6 @@ jobs: os: macos-12 - test_task: check os: macos-13 - - - test_task: check - gc_name: 'default' - shared_gc: true - configure: '--with-shared-gc=/Users/runner/ruby_gc' - os: macos-14 - test_task: check gc_name: 'mmtk' build: 'debug' @@ -168,19 +162,6 @@ jobs: ulimit -c unlimited make -s ${{ matrix.test_task }} ${TESTS:+TESTS="$TESTS"} timeout-minutes: 60 - if: ${{ !matrix.shared_gc }} - env: - RUBY_TESTOPTS: '-q --tty=no' - TEST_BUNDLED_GEMS_ALLOW_FAILURES: 'typeprof' - PRECHECK_BUNDLED_GEMS: 'no' - - - name: make ${{ matrix.test_task }} - run: >- - $SETARCH make -s ${{ matrix.test_task }} - ${TESTS:+TESTS="$TESTS"} - ${{ !contains(matrix.test_task, 'bundle') && 'RUBYOPT=-w' || '' }} - timeout-minutes: ${{ matrix.timeout || 40 }} - if: ${{ matrix.shared_gc}} env: RUBY_TESTOPTS: '-q --tty=no' TEST_BUNDLED_GEMS_ALLOW_FAILURES: 'typeprof'