From ec2a11c42f5ecf1de15330cab354e733b6d95c08 Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Sat, 14 Sep 2024 02:03:24 +0900 Subject: [PATCH] ci: Remove macos-12 test https://github.blog/changelog/2024-08-19-notice-of-upcoming-deprecations-and-breaking-changes-in-github-actions-runners/ --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 68401528..bd3488b9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -50,7 +50,6 @@ jobs: tool: major.minor - os: ubuntu-22.04 tool: major - - os: macos-12 - os: macos-13 - os: macos-14 - os: windows-2019