summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2024-07-05 17:47:40 +0900
committernagachika <nagachika@ruby-lang.org>2024-07-05 18:37:44 +0900
commit2dfaa00e09ceb7f1dcee87acd56c47701fc8ca19 (patch)
tree8634cfa21b9a5bed6bb3a3734d8de4a774b0e167
parenteca044a3870d4767d10c0ca8a51f1de4e5e2fdb0 (diff)
Added macos-13 and removed macos-11
-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 59cb8d24eb..8b72729f74 100644
--- a/.github/workflows/macos.yml
+++ b/.github/workflows/macos.yml
@@ -35,8 +35,8 @@ jobs:
matrix:
test_task: ["check"] # "test-bundler-parallel", "test-bundled-gems"
os:
- - macos-11
- macos-12
+ - macos-13
fail-fast: false
env:
GITPULLOPTIONS: --no-tags origin ${{github.ref}}