From 0de71a2e988725d36b254c4cc2422e3a36606824 Mon Sep 17 00:00:00 2001 From: Lucas Date: Sat, 21 Dec 2024 06:35:32 +0800 Subject: [PATCH] Remove deprecated macos-12 in test (#10) The macOS 12 Actions runner image [has been deprecated](https://github.com/actions/runner-images/issues/10721), the action related with macos-12 would be cancelled automatically. --- .github/workflows/ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1b3a77b..235809f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,8 +27,6 @@ jobs: - ubuntu-22.04 - ubuntu-20.04 - macos-latest - # - macos-11 # Some build issues, and it takes 4hr+ to build dependencies. Not worthy. - - macos-12 - macos-13 - macos-14 # M1 CPU - windows-latest