Retired macos-12 and added macos-14 and macos-15 on GitHub Actions

This commit is contained in:
Hiroshi SHIBATA 2024-11-06 11:14:21 +09:00
parent b57d40d150
commit ccbe0390fc

View file

@ -21,8 +21,9 @@ jobs:
matrix:
test_task: ["check"] # "test-bundler-parallel", "test-bundled-gems"
os:
- macos-12
- macos-13
- macos-14
- macos-15
fail-fast: false
env:
GITPULLOPTIONS: --no-tags origin ${{github.ref}}