From 2dfaa00e09ceb7f1dcee87acd56c47701fc8ca19 Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Fri, 5 Jul 2024 17:47:40 +0900 Subject: [PATCH] Added macos-13 and removed macos-11 --- .github/workflows/macos.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}}