From da056e587e3418e6ba23ed692cfb8795a0f3ed31 Mon Sep 17 00:00:00 2001 From: barry <870709867@qq.com> Date: Sat, 7 Dec 2024 16:11:35 +0800 Subject: [PATCH] fix: need macos 14 --- .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 aaf52eda..ff7e4a4e 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -13,7 +13,7 @@ on: jobs: build: name: Build - runs-on: macos-14 + runs-on: macos-12 strategy: matrix: qt-ver: [5.15.2]