From c2fd057126f7b4e0858a98379dff0f642cc0f076 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E9=80=9A=E6=B4=B2?= Date: Tue, 23 Apr 2024 22:47:50 +0800 Subject: [PATCH] CI (macOS): revert back to macos 12 before we know what was happening --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f70de31aa..557425515 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -258,7 +258,7 @@ jobs: macos-universal: name: macOS-universal - runs-on: macos-latest + runs-on: macos-12 permissions: security-events: write contents: read