File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff 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)
You can’t perform that action at this time.
0 commit comments