We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d3dc55 commit abeccb4Copy full SHA for abeccb4
1 file changed
.github/workflows/builds.yml
@@ -73,17 +73,19 @@ jobs:
73
include:
74
- os: macos-15-intel
75
arch: x64
76
- extra_cmake_flags: '-DCMAKE_POLICY_VERSION_MINIMUM=3.5'
77
- - os: macos-latest
+ extra_cmake_flags: '-DCMAKE_POLICY_VERSION_MINIMUM=3.5 -DCMAKE_OSX_DEPLOYMENT_TARGET=11.0'
+ - os: macos-15
78
arch: arm64
79
80
81
runs-on: ${{ matrix.os }}
82
env:
83
KLUSOLVE_OS: darwin
84
KLUSOLVE_ARCH: ${{ matrix.arch }}
85
EIGEN_VERSION : "5.0.0"
86
KLUSOLVE_EXTRA_CMAKE_FLAGS: ${{ matrix.extra_cmake_flags }}
87
+ MACOSX_DEPLOYMENT_TARGET: '11.0'
88
+
89
steps:
90
- uses: "actions/checkout@v4"
91
with:
0 commit comments