Skip to content

Commit 0a93be5

Browse files
committed
remove shared libs build on macos
1 parent f6c3623 commit 0a93be5

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/cmake_install.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ jobs:
226226
./ci/verify_packages.sh
227227
228228
macos_14_conan_stable:
229-
name: macOS 14 conanfile_stable cxx17 (static libs - shared libs)
229+
name: macOS 14 conanfile_stable cxx17 (static libs)
230230
runs-on: macos-14
231231
env:
232232
INSTALL_TEST_DIR: '/Users/runner/install_test'
@@ -242,15 +242,11 @@ jobs:
242242
brew install conan autoconf automake libtool coreutils
243243
conan profile detect --force
244244
- name: Install or build all dependencies with Conan
245-
run: conan install install/conan/conanfile_stable.txt --build=missing -of /Users/runner/conan -s build_type=Debug -s arch=arm64
245+
run: conan install install/conan/conanfile_stable.txt --build=missing -of /Users/runner/conan -s build_type=Debug
246246
- name: Run Tests (static libs)
247247
env:
248248
BUILD_SHARED_LIBS: 'OFF'
249249
run: ./ci/do_ci.sh cmake.install.test
250-
- name: Run Tests (shared libs)
251-
env:
252-
BUILD_SHARED_LIBS: 'ON'
253-
run: ./ci/do_ci.sh cmake.install.test
254250

255251
macos_14_brew_packages:
256252
name: macOS 14 with brew packages cxx17 (static libs)

0 commit comments

Comments
 (0)