diff options
| author | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2025-12-15 10:55:35 +0900 |
|---|---|---|
| committer | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2025-12-15 17:38:38 +0900 |
| commit | b3e1d82f5d83f134f3c11469d921f7ab69d5c4f0 (patch) | |
| tree | 392579dacdd1f55b2cb2810311d2d47a0672ce1f | |
| parent | 1974ccabbfdc73e78e758a6ad7ea8542e2119432 (diff) | |
Remove macos-13 and add macos-15.
| -rw-r--r-- | .github/workflows/macos.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index ff4bb203fa..6d358e3df2 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -33,7 +33,7 @@ jobs: matrix: test_task: ['check'] configure: [''] - os: ['macos-13', 'macos-14'] + os: ['macos-14', 'macos-15', 'macos-15-intel'] include: - test_task: test-all TESTS=--repeat-count=2 os: macos-14 |
