diff --git a/.github/workflows/builds-macos.yml b/.github/workflows/builds-macos.yml index aa82051d..adc0ff52 100644 --- a/.github/workflows/builds-macos.yml +++ b/.github/workflows/builds-macos.yml @@ -30,7 +30,7 @@ jobs: - name: CMake configure shell: bash run: | - cmake -S . -B build -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_PREFIX_PATH=/usr/local/Cellar/icu4c/73.2 + cmake -S . -B build -DCMAKE_BUILD_TYPE=RelWithDebInfo - name: CMake build run: cmake --build build --target package --parallel