summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2025-12-15 10:55:35 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2025-12-15 17:38:38 +0900
commitb3e1d82f5d83f134f3c11469d921f7ab69d5c4f0 (patch)
tree392579dacdd1f55b2cb2810311d2d47a0672ce1f
parent1974ccabbfdc73e78e758a6ad7ea8542e2119432 (diff)
Remove macos-13 and add macos-15.
-rw-r--r--.github/workflows/macos.yml2
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