From 7c3461a2495e16efb10b0a960d8d98c72380f662 Mon Sep 17 00:00:00 2001 From: Le Tan Date: Wed, 22 May 2024 11:50:11 +0800 Subject: [PATCH] fix --- .github/workflows/ci-macos.yml | 3 --- CMakeLists.txt | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/ci-macos.yml b/.github/workflows/ci-macos.yml index 99965b653e..64bdd65ec4 100644 --- a/.github/workflows/ci-macos.yml +++ b/.github/workflows/ci-macos.yml @@ -28,9 +28,6 @@ jobs: fail-fast: false matrix: config: - # - name: "Build on X64" - # os: macos-13 - # arch: x64 - name: "Build on Arm64" os: macos-latest arch: universal diff --git a/CMakeLists.txt b/CMakeLists.txt index 2ef0a55710..bb1aa80540 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required (VERSION 3.20) -set(CMAKE_OSX_DEPLOYMENT_TARGET "13.6" CACHE STRING "Minimum OS X deployment version" FORCE) +set(CMAKE_OSX_DEPLOYMENT_TARGET "12.1" CACHE STRING "Minimum OS X deployment version") project(VNote VERSION 3.17.0