From 14b8d8a9efc592f976de0fe1dac1008106b19d0f Mon Sep 17 00:00:00 2001 From: Jarle Aase Date: Fri, 31 Jan 2025 10:18:16 +0200 Subject: [PATCH] Trying universal build --- .github/workflows/build_macos-universal.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/build_macos-universal.yaml b/.github/workflows/build_macos-universal.yaml index 5ed1efc..8a0b5c6 100644 --- a/.github/workflows/build_macos-universal.yaml +++ b/.github/workflows/build_macos-universal.yaml @@ -33,8 +33,6 @@ jobs: - name: Install Universal Boost run: | - # Remove existing Boost installations - brew uninstall --ignore-dependencies boost || true # Compile Boost for both x86_64 and arm64 brew install boost --build-from-source --formula \