mirror of
https://github.com/ceres-solver/ceres-solver.git
synced 2026-08-30 00:50:37 +08:00
Drop macos-11 runner and support macos-14 instead
Change-Id: Ie2958fa64f8c76ef6cc58af3da62dbc0607ba52a
This commit is contained in:
@@ -16,9 +16,9 @@ jobs:
|
||||
fail-fast: true
|
||||
matrix:
|
||||
os:
|
||||
- macos-11
|
||||
- macos-12
|
||||
- macos-13
|
||||
- macos-14
|
||||
build_type:
|
||||
- Release
|
||||
lib:
|
||||
@@ -74,7 +74,7 @@ jobs:
|
||||
-DCMAKE_C_COMPILER_LAUNCHER=$(which ccache) \
|
||||
-DCMAKE_CXX_COMPILER_LAUNCHER=$(which ccache) \
|
||||
-DCMAKE_TOOLCHAIN_FILE=${{github.workspace}}/cmake/iOS.cmake \
|
||||
-DEigen3_DIR=/usr/local/share/eigen3/cmake \
|
||||
-DEigen3_DIR=$(brew --prefix)/share/eigen3/cmake \
|
||||
-DIOS_PLATFORM=OS \
|
||||
-DCMAKE_INSTALL_PREFIX=${{github.workspace}}/install
|
||||
|
||||
|
||||
Reference in New Issue
Block a user