소스 검색

use ubuntu 18.04

Aleksandr Kuzmenko 4 년 전
부모
커밋
e9c276ad5f
2개의 변경된 파일8개의 추가작업 그리고 8개의 파일을 삭제
  1. 4 4
      .github/workflows/main.yml
  2. 4 4
      extra/github-actions/workflows/main.yml

+ 4 - 4
.github/workflows/main.yml

@@ -7,7 +7,7 @@ on: [push, pull_request]
 jobs:
   cancel:
     name: "Cancel previous runs"
-    runs-on: ubuntu-latest
+    runs-on: ubuntu-18.04
     timeout-minutes: 3
     steps:
       - uses: styfle/[email protected]
@@ -232,7 +232,7 @@ jobs:
 
 
   linux-build:
-    runs-on: ubuntu-latest
+    runs-on: ubuntu-18.04
     env:
       PLATFORM: linux64
       OPAMYES: 1
@@ -640,7 +640,7 @@ jobs:
 
   linux-test:
     needs: linux-build
-    runs-on: ubuntu-latest
+    runs-on: ubuntu-18.04
     env:
       PLATFORM: linux64
       TEST: ${{matrix.target}}
@@ -905,7 +905,7 @@ jobs:
   deploy_apidoc:
     if: github.event_name != 'pull_request' # TODO: also only when `GHP_REMOTE` is present
     needs: [linux-test, mac-test, windows-test, windows64-test]
-    runs-on: ubuntu-latest
+    runs-on: ubuntu-18.04
     steps:
       - name: Download Haxe
         uses: actions/download-artifact@v2

+ 4 - 4
extra/github-actions/workflows/main.yml

@@ -6,7 +6,7 @@ on: [push, pull_request]
 jobs:
   cancel:
     name: "Cancel previous runs"
-    runs-on: ubuntu-latest
+    runs-on: ubuntu-18.04
     timeout-minutes: 3
     steps:
       - uses: styfle/[email protected]
@@ -53,7 +53,7 @@ jobs:
       @import build-windows.yml
 
   linux-build:
-    runs-on: ubuntu-latest
+    runs-on: ubuntu-18.04
     env:
       PLATFORM: linux64
       OPAMYES: 1
@@ -132,7 +132,7 @@ jobs:
 
   linux-test:
     needs: linux-build
-    runs-on: ubuntu-latest
+    runs-on: ubuntu-18.04
     env:
       PLATFORM: linux64
       TEST: ${{matrix.target}}
@@ -265,7 +265,7 @@ jobs:
   deploy_apidoc:
     if: github.event_name != 'pull_request' # TODO: also only when `GHP_REMOTE` is present
     needs: [linux-test, mac-test, windows-test, windows64-test]
-    runs-on: ubuntu-latest
+    runs-on: ubuntu-18.04
     steps:
       - name: Download Haxe
         uses: actions/download-artifact@v2