We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d3dc55 commit 3ec3611Copy full SHA for 3ec3611
1 file changed
.github/workflows/builds.yml
@@ -71,10 +71,10 @@ jobs:
71
strategy:
72
matrix:
73
include:
74
- - os: macos-15-intel
+ - os: macos-14-large
75
arch: x64
76
extra_cmake_flags: '-DCMAKE_POLICY_VERSION_MINIMUM=3.5'
77
- - os: macos-latest
+ - os: macos-14
78
arch: arm64
79
80
@@ -84,6 +84,8 @@ jobs:
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