From d9a75abfe65ece9203d77e803ab287d048920c05 Mon Sep 17 00:00:00 2001 From: Patrick Balsiger Date: Thu, 14 Aug 2025 22:14:36 +0200 Subject: [PATCH] pin ci build image versions --- .gitlab-ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 00f20b5..e123e35 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ -image: python:2.7-stretch +image: python:3.12.10 stages: - build @@ -8,7 +8,7 @@ before_script: examples: stage: build - image: python:2.7-stretch + image: python:3.12.10 script: - - pio run -t clean - - pio run -e basic \ No newline at end of file + - pio run --target clean + - pio run \ No newline at end of file