diff --git a/package/ci/circleci.yml b/package/ci/circleci.yml index 5a257b16b..178adc820 100644 --- a/package/ci/circleci.yml +++ b/package/ci/circleci.yml @@ -626,20 +626,24 @@ workflows: - linux-gl - linux-vulkan - linux-vulkan + - linux-nondeprecated - linux-gles2: requires: - linux-gl + - linux-nondeprecated - linux-gles3: requires: - linux-gl + - linux-nondeprecated - linux-static: requires: - linux-gl - linux-vulkan - - linux-nondeprecated + - linux-nondeprecated - linux-sanitizers: requires: - linux-gl + - linux-nondeprecated - linux-threadsanitizer: requires: - linux-sanitizers