Browse Source

package/ci: Mac is ARM64 now, make it depend on the Linux ARM64 build.

Because the build failures are cheaper there.
pull/651/head
Vladimír Vondruš 2 years ago
parent
commit
6500e610af
  1. 2
      package/ci/circleci.yml

2
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

Loading…
Cancel
Save