From b92ac17d384a3c5e9b34f641364cd4950d004e8d Mon Sep 17 00:00:00 2001 From: Siarhei Fedartsou Date: Tue, 7 May 2024 19:47:18 +0200 Subject: [PATCH] Use M1 runner to build arm64 macOS builds --- .github/workflows/osrm-backend.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/osrm-backend.yml b/.github/workflows/osrm-backend.yml index c20b8ca66..c4478f146 100644 --- a/.github/workflows/osrm-backend.yml +++ b/.github/workflows/osrm-backend.yml @@ -431,7 +431,7 @@ jobs: - name: Install dev dependencies run: | - python3 -m pip install "conan<2.0.0" "numpy" --break-system-packages + python3 -m pip install "conan<2.0.0" --break-system-packages # workaround for issue that GitHub Actions seems to not adding it to PATH after https://github.com/actions/runner-images/pull/6499 # and that's why CI cannot find conan executable installed above