Use an old macos.

This commit is contained in:
K. S. Ernest (iFire) Lee 2021-11-17 09:35:23 -08:00
parent d9a2142be7
commit 63907b6d43
2 changed files with 1 additions and 3 deletions

View File

@ -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

View File

@ -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