Skip to content

Commit

Permalink
bump deployment target
Browse files Browse the repository at this point in the history
  • Loading branch information
aalkin committed Jun 4, 2024
1 parent 50405b9 commit ec16d8a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion defaults-o2-dataflow.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ env:
CMAKE_BUILD_TYPE: "RELWITHDEBINFO"
CXXSTD: "20"
ENABLE_VMC: 'ON'
MACOSX_DEPLOYMENT_TARGET: '10.15'
MACOSX_DEPLOYMENT_TARGET: '14.0'
disable:
- AEGIS
- AliEn-Runtime
Expand Down
2 changes: 1 addition & 1 deletion defaults-o2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ env:
CXXSTD: '20'
ENABLE_VMC: 'ON'
GEANT4_BUILD_MULTITHREADED: 'OFF'
MACOSX_DEPLOYMENT_TARGET: '10.15'
MACOSX_DEPLOYMENT_TARGET: '14.0'
disable:
- mesos
- MySQL
Expand Down

0 comments on commit ec16d8a

Please sign in to comment.