Skip to content

Commit

Permalink
macOS 14: Update dep lists, link icu
Browse files Browse the repository at this point in the history
  • Loading branch information
ddavness committed Mar 26, 2024
1 parent c402f24 commit dcfe822
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,20 +21,21 @@ jobs:
- plat: macos-13
triplet: x64-osx
csharp: mono
toolchain: brew install --force autoconf-archive doctest icu4c
toolchain: brew install --force autoconf-archive doctest icu4c ; brew link icu4c
cmakeflags: -DCMAKE_BUILD_TYPE=Debug -DWITH_TESTS=ON -DWITH_COVERAGE=OFF -DCMAKE_PREFIX_PATH='/usr/local/opt/icu4c;/usr/local/opt/doctest'
vcpkg: false
- plat: macos-14
triplet: arm64-osx
csharp: mono
toolchain: brew install --force autoconf-archive doctest icu4c
toolchain: brew update ; brew install --force autoconf-archive doctest icu4c ; brew link icu4c
cmakeflags: -DCMAKE_BUILD_TYPE=Debug -DWITH_TESTS=ON -DWITH_COVERAGE=OFF -DCMAKE_PREFIX_PATH='/usr/local/opt/icu4c;/usr/local/opt/doctest'
vcpkg: false
runs-on: ${{ matrix.plat }}
continue-on-error: true
env:
VCPKG_BINARY_SOURCES: clear;nuget,GitHub,readwrite
VCPKG_DEFAULT_TRIPLET: ${{ matrix.triplet }}
HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK: 1
steps:
- name: Install required tools/libraries
if: matrix.toolchain
Expand Down

0 comments on commit dcfe822

Please sign in to comment.