diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1753574..64480a2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -176,7 +176,7 @@ jobs: build/fbx2gltf-linux.zip build-macos: - runs-on: macos-latest + runs-on: macos-10.15 steps: - name: Checkout uses: actions/checkout@v2 diff --git a/CMakeLists.txt b/CMakeLists.txt index 4602cdb..c297ffa 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -48,9 +48,7 @@ list(INSERT CMAKE_MODULE_PATH 0 "${CMAKE_BINARY_DIR}") find_package(Boost 1.76 COMPONENTS system filesystem program_options REQUIRED ) find_package(ZLIB MODULE REQUIRED) find_package(fmt MODULE REQUIRED) -if(NOT APPLE) find_package(Iconv MODULE REQUIRED) -endif() find_package(LibXml2 MODULE REQUIRED) # create a compilation database for e.g. clang-tidy