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 - linux-sanitizers
- macos-gl: - macos-gl:
requires: requires:
- linux-arm64
- linux-gl - linux-gl
- linux-nondeprecated - linux-nondeprecated
- macos-vulkan: - macos-vulkan:
@ -795,4 +796,3 @@ workflows:
requires: requires:
- macos-gles3 - macos-gles3
- macos-static - macos-static
- linux-arm64

Loading…
Cancel
Save