Explorar o código

Do not fix ubuntu version

Johannes Kreutz %!s(int64=3) %!d(string=hai) anos
pai
achega
a6d0e1f64a
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      .gitlab-ci.yml

+ 2 - 2
.gitlab-ci.yml

@@ -2,7 +2,7 @@ stages:
   - release
 
 build_release_linux:
-  image: ubuntu:hirsute
+  image: ubuntu:rolling
   stage: release
   when: manual
   before_script:
@@ -20,7 +20,7 @@ build_release_linux:
       - trackpoint-app/build/TrackpointApp
 
 build_release_windows:
-  image: ubuntu:hirsute
+  image: ubuntu:rolling
   stage: release
   when: manual
   before_script: