summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Zhu <[email protected]>2022-07-21 10:53:28 -0400
committerPeter Zhu <[email protected]>2022-07-21 11:49:24 -0400
commit3ff53c8e04ecc91e0190de6d5950ecce2a2ea188 ()
tree19886c07e8bc0fa2a2acffbe631d4d3cde7a5eab
parent203f179ce7d1bde0befb8d12148aa392ad45ac56 (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.yml1
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