From 6500e610af0fb5f4717c8f337c0a583a1a55777a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Wed, 16 Oct 2024 14:49:44 +0200 Subject: [PATCH] package/ci: Mac is ARM64 now, make it depend on the Linux ARM64 build. Because the build failures are cheaper there. --- package/ci/circleci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/ci/circleci.yml b/package/ci/circleci.yml index 5ab7db272..7b900fc57 100644 --- a/package/ci/circleci.yml +++ b/package/ci/circleci.yml @@ -754,6 +754,7 @@ workflows: - linux-sanitizers - macos-gl: requires: + - linux-arm64 - linux-gl - linux-nondeprecated - macos-vulkan: @@ -795,4 +796,3 @@ workflows: requires: - macos-gles3 - macos-static - - linux-arm64