diff --git a/.github/workflows/ccpp-macos-arm.yml b/.github/workflows/ccpp-macos-arm.yml index b2d67bf0..d91d69f3 100644 --- a/.github/workflows/ccpp-macos-arm.yml +++ b/.github/workflows/ccpp-macos-arm.yml @@ -27,7 +27,7 @@ jobs: - name: install boost run: brew install boost - name: configure - run: cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_OSX_ARCHITECTURES="arm" .. + run: cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_OSX_ARCHITECTURES="arm64" .. env: WM_DOWNLOAD_EXTERNALS: 0 # for some reason the boost build fails here: seems not to find the right toolset (for the first run, the second try succeeds) working-directory: build