Skip to content

Commit 25aa92a

Browse files
authored
Bump macOS target (#48)
* Bump macOS target * Bump actions (#49) * Bump actions * Add Dependabot * Clean up workflows * Shorter release name * Format * Format CMakeLists and bump minimum version (#50)
1 parent c63c40a commit 25aa92a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
cmake_minimum_required(VERSION 3.10)
2-
set(CMAKE_OSX_DEPLOYMENT_TARGET 10.13)
2+
set(CMAKE_OSX_DEPLOYMENT_TARGET 11)
33

44
project(
55
libxdf

xdf.pro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@ unix {
3232
}
3333

3434
macx {
35-
QMAKE_MACOSX_DEPLOYMENT_TARGET = 10.13
35+
QMAKE_MACOSX_DEPLOYMENT_TARGET = 11
3636
}

0 commit comments

Comments
 (0)