aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorPeter Zhu <peter@peterzhu.ca>2022-07-21 10:53:28 -0400
committerPeter Zhu <peter@peterzhu.ca>2022-07-21 11:49:24 -0400
commit3ff53c8e04ecc91e0190de6d5950ecce2a2ea188 (patch)
tree19886c07e8bc0fa2a2acffbe631d4d3cde7a5eab /.github
parent203f179ce7d1bde0befb8d12148aa392ad45ac56 (diff)
downloadruby-3ff53c8e04ecc91e0190de6d5950ecce2a2ea188.tar.gz
Remove macOS 10.15 from CI
macOS 10.15 is deprecated on GitHub Actions and will have periodic brownouts. See actions/virtual-environments#5583.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/macos.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml
index d683633314..cf596148d9 100644
--- a/.github/workflows/macos.yml
+++ b/.github/workflows/macos.yml
@@ -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