diff options
| author | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2024-11-06 11:14:21 +0900 |
|---|---|---|
| committer | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2024-11-06 13:30:32 +0900 |
| commit | ccbe0390fc62b468724d16d8e03e31bb8386dfdb (patch) | |
| tree | 0fe9e3e1559d9096ed77bb7e6804f61709f1ba4f | |
| parent | b57d40d150bf3b0acd13ee06a8f65be9ecf903b5 (diff) | |
Retired macos-12 and added macos-14 and macos-15 on GitHub Actions
| -rw-r--r-- | .github/workflows/macos.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index fb37434ec4..4941d66da8 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -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}} |
