From a1f528395c65e8a29766ce9ccee5857c04cddb7e Mon Sep 17 00:00:00 2001 From: xiaoyifang Date: Tue, 19 Nov 2024 15:25:28 +0800 Subject: [PATCH] 1 --- .github/workflows/Release-all.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Release-all.yml b/.github/workflows/Release-all.yml index 3b5b0905..fd9232cc 100644 --- a/.github/workflows/Release-all.yml +++ b/.github/workflows/Release-all.yml @@ -20,7 +20,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [macos-13,macos-14] + os: [macos-14] qt_ver: [ 6.6.3,6.7.2 ] steps: - uses: actions/checkout@v4