diff options
author | Peter Zhu <[email protected]> | 2022-07-21 10:53:28 -0400 |
---|---|---|
committer | Peter Zhu <[email protected]> | 2022-07-21 11:49:24 -0400 |
commit | 3ff53c8e04ecc91e0190de6d5950ecce2a2ea188 () | |
tree | 19886c07e8bc0fa2a2acffbe631d4d3cde7a5eab | |
parent | 203f179ce7d1bde0befb8d12148aa392ad45ac56 (diff) |
Remove macOS 10.15 from CI
macOS 10.15 is deprecated on Actions and will have periodic brownouts. See actions/virtual-environments#5583.
Notes: Merged: https://.com/ruby/ruby/pull/6162
-rw-r--r-- | ./workflows/macos.yml | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -21,7 +21,6 @@ jobs: matrix: test_task: ["check"] # "test-bundler-parallel", "test-bundled-gems" os: - - macos-10.15 - macos-11 - macos-12 fail-fast: false |