From 5979e4118dfae7f68f12d25429183bdeccf889df Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Thu, 23 May 2024 10:20:09 +0900 Subject: [PATCH] macos-11 will be retired at Jun, 2024 --- .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 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}}