From d32c75b639c0c9b9ebae0340363dfba90e3662d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Cerveau?= Date: Fri, 5 Jan 2024 14:37:13 +0100 Subject: [PATCH] ci: change to macos 13 runner --- .gitlab-ci.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3be7c34..7d3511e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -239,11 +239,8 @@ flatpak: macos installer stable: stage: test - needs: - - job: "windows rust docker stable" - artifacts: false tags: - - gst-macos-11.1 + - gst-macos-13 before_script: - pip3 install --upgrade pip # Make sure meson is up to date