From ccbe0390fc62b468724d16d8e03e31bb8386dfdb Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Wed, 6 Nov 2024 11:14:21 +0900 Subject: Retired macos-12 and added macos-14 and macos-15 on GitHub Actions --- .github/workflows/macos.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index fb37434ec4..4941d66da8 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -21,8 +21,9 @@ jobs: matrix: test_task: ["check"] # "test-bundler-parallel", "test-bundled-gems" os: - - macos-12 - macos-13 + - macos-14 + - macos-15 fail-fast: false env: GITPULLOPTIONS: --no-tags origin ${{github.ref}} -- cgit v1.2.3