Use an old macos.
This commit is contained in:
parent
d9a2142be7
commit
63907b6d43
|
@ -176,7 +176,7 @@ jobs:
|
||||||
build/fbx2gltf-linux.zip
|
build/fbx2gltf-linux.zip
|
||||||
|
|
||||||
build-macos:
|
build-macos:
|
||||||
runs-on: macos-latest
|
runs-on: macos-10.15
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|
|
@ -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(Boost 1.76 COMPONENTS system filesystem program_options REQUIRED )
|
||||||
find_package(ZLIB MODULE REQUIRED)
|
find_package(ZLIB MODULE REQUIRED)
|
||||||
find_package(fmt MODULE REQUIRED)
|
find_package(fmt MODULE REQUIRED)
|
||||||
if(NOT APPLE)
|
|
||||||
find_package(Iconv MODULE REQUIRED)
|
find_package(Iconv MODULE REQUIRED)
|
||||||
endif()
|
|
||||||
find_package(LibXml2 MODULE REQUIRED)
|
find_package(LibXml2 MODULE REQUIRED)
|
||||||
|
|
||||||
# create a compilation database for e.g. clang-tidy
|
# create a compilation database for e.g. clang-tidy
|
||||||
|
|
Loading…
Reference in New Issue