ruby-changes:60052
From: Nobuyoshi <ko1@a...>
Date: Thu, 13 Feb 2020 15:23:28 +0900 (JST)
Subject: [ruby-changes:60052] 30a9dc4aa9 (ruby_2_7): Stop test-bundled-gems on macOS for now
https://git.ruby-lang.org/ruby.git/commit/?id=30a9dc4aa9 From 30a9dc4aa9cb1985cfe5bd318b8b35dacc103127 Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada <nobu@r...> Date: Sun, 19 Jan 2020 09:48:33 +0900 Subject: Stop test-bundled-gems on macOS for now diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 3797bf6..d03abf4 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -11,7 +11,7 @@ jobs: https://github.com/ruby/ruby/blob/trunk/.github/workflows/macos.yml#L11 runs-on: macos-latest strategy: matrix: - test_task: [ "check", "test-bundler", "test-bundled-gems" ] + test_task: [ "check", "test-bundler" ] # "test-bundled-gems" fail-fast: false if: "!contains(github.event.head_commit.message, '[ci skip]')" steps: -- cgit v0.10.2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/