Browse Source

Do not fix ubuntu version

Johannes Kreutz 2 years ago
parent
commit
a6d0e1f64a
1 changed files with 2 additions and 2 deletions
  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: