From 7e374d834a99aa7784fdfadf5eeb66d934d47844 Mon Sep 17 00:00:00 2001 From: appel_c Date: Tue, 6 May 2025 07:46:09 +0200 Subject: [PATCH] wip change to ubuntu latest build --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b105ca91..bf42b1b4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -203,7 +203,7 @@ test-matrix: end-2-end-conda: stage: End2End needs: [] - image: condaforge/miniforge3 + image: condaforge/miniforge3:latest-ubuntu allow_failure: false variables: QT_QPA_PLATFORM: "offscreen"