Browse Source

Do not fix ubuntu version

Johannes Kreutz 3 năm trước cách đây
mục cha
commit
a6d0e1f64a
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  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: