Remove macOS 10.15 from CI

macOS 10.15 is deprecated on GitHub Actions and will have periodic
brownouts. See actions/virtual-environments#5583.
This commit is contained in:
Peter Zhu 2022-07-21 10:53:28 -04:00
parent 203f179ce7
commit 3ff53c8e04
Notes: git 2022-07-22 00:49:47 +09:00

View File

@ -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