瀏覽代碼

Do not fix ubuntu version

Johannes Kreutz 3 年之前
父節點
當前提交
a6d0e1f64a
共有 1 個文件被更改,包括 2 次插入2 次删除
  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: