From c43fc2d57681af106c77db995502d9da63ff1a15 Mon Sep 17 00:00:00 2001 From: Jordan Petridis Date: Wed, 21 Aug 2024 19:49:41 +0300 Subject: [PATCH] ci: Pin the windows jobs to gstreamer runners for now There seem to be some seemingly random failures if the jobs get scheduled on the other windows runners, and they need to be debugged further. Part-of: --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b8dc6fb8..f697e249 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -272,6 +272,7 @@ documentation: - 'docker' - 'windows' - '2022' + - "gstreamer-windows" script: # Set the code page to UTF-8 - chcp 65001