Drop macos-11 runner and support macos-14 instead

Change-Id: Ie2958fa64f8c76ef6cc58af3da62dbc0607ba52a
This commit is contained in:
Sergiu Deitsch
2024-05-20 15:08:05 +02:00
parent 5de0fda0f2
commit 1f15197be1
+2 -2
View File
@@ -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