瀏覽代碼

chore: test with ubuntu-18.04

Tienson Qin 4 年之前
父節點
當前提交
4cae70eadb
共有 1 個文件被更改,包括 3 次插入3 次删除
  1. 3 3
      .github/workflows/build-desktop-release.yml

+ 3 - 3
.github/workflows/build-desktop-release.yml

@@ -23,7 +23,7 @@ on:
 
 jobs:
   compile-cljs:
-    runs-on: ubuntu-latest
+    runs-on: ubuntu-18.04
     steps:
       - name: Check out Git repository
         uses: actions/checkout@v1
@@ -82,7 +82,7 @@ jobs:
           path: static.zip
 
   build-linux:
-    runs-on: ubuntu-latest
+    runs-on: ubuntu-18.04
     needs: [ compile-cljs ]
     steps:
       - name: Download The Static Asset
@@ -232,7 +232,7 @@ jobs:
 
   release:
     needs: [ build-macos, build-linux, build-windows ]
-    runs-on: ubuntu-latest
+    runs-on: ubuntu-18.04
 
     steps:
       - name: Download The MacOS X64 DMG Artifact