Skip to content

Commit 3ec3611

Browse files
committed
CI: test older macos builds
1 parent 0d3dc55 commit 3ec3611

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/builds.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,10 +71,10 @@ jobs:
7171
strategy:
7272
matrix:
7373
include:
74-
- os: macos-15-intel
74+
- os: macos-14-large
7575
arch: x64
7676
extra_cmake_flags: '-DCMAKE_POLICY_VERSION_MINIMUM=3.5'
77-
- os: macos-latest
77+
- os: macos-14
7878
arch: arm64
7979
extra_cmake_flags: '-DCMAKE_POLICY_VERSION_MINIMUM=3.5'
8080

@@ -84,6 +84,8 @@ jobs:
8484
KLUSOLVE_ARCH: ${{ matrix.arch }}
8585
EIGEN_VERSION : "5.0.0"
8686
KLUSOLVE_EXTRA_CMAKE_FLAGS: ${{ matrix.extra_cmake_flags }}
87+
MACOSX_DEPLOYMENT_TARGET: '11.0'
88+
8789
steps:
8890
- uses: "actions/checkout@v4"
8991
with:

0 commit comments

Comments
 (0)