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 (patch) | |
tree | 19886c07e8bc0fa2a2acffbe631d4d3cde7a5eab | |
parent | 203f179ce7d1bde0befb8d12148aa392ad45ac56 (diff) |
Remove macOS 10.15 from CI
macOS 10.15 is deprecated on GitHub Actions and will have periodic
brownouts. See actions/virtual-environments#5583.
Notes
Notes:
Merged: https://github.com/ruby/ruby/pull/6162
-rw-r--r-- | .github/workflows/macos.yml | 1 |
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 |