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: matrix:
test_task: ["check"] # "test-bundler-parallel", "test-bundled-gems" test_task: ["check"] # "test-bundler-parallel", "test-bundled-gems"
os: os:
- macos-12
- macos-13 - macos-13
- macos-14
- macos-15
fail-fast: false fail-fast: false
env: env:
GITPULLOPTIONS: --no-tags origin ${{github.ref}} GITPULLOPTIONS: --no-tags origin ${{github.ref}}