summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2024-05-23 10:20:09 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2024-05-23 10:57:56 +0900
commit5979e4118dfae7f68f12d25429183bdeccf889df (patch)
tree172b0ebaad9862b6ff74b0ff023ef42074d8894b
parent80b11b216d5ca9338b2384c0215bc652e826412d (diff)
macos-11 will be retired at Jun, 2024
-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 3151f72e6c..fb37434ec4 100644
--- a/.github/workflows/macos.yml
+++ b/.github/workflows/macos.yml
@@ -21,8 +21,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}}