pin ci build image versions

This commit is contained in:
2025-08-14 22:14:36 +02:00
parent bcb0e34384
commit d9a75abfe6

View File

@@ -1,4 +1,4 @@
image: python:2.7-stretch image: python:3.12.10
stages: stages:
- build - build
@@ -8,7 +8,7 @@ before_script:
examples: examples:
stage: build stage: build
image: python:2.7-stretch image: python:3.12.10
script: script:
- pio run -t clean - pio run --target clean
- pio run -e basic - pio run