diff options
| author | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2024-11-06 11:14:48 +0900 |
|---|---|---|
| committer | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2024-11-06 15:35:34 +0900 |
| commit | e6ff23ef5b2fdce0a8bcafc7d71dd80abd3e73ee (patch) | |
| tree | fe50816f1550ec1c4ba00219f0498ecd5d01d5de | |
| parent | 7be9f5a6e502e3d831ffb96cda345ef3db797a26 (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 8b72729f74..021da2d8a2 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -35,8 +35,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}} |
