Explorar o código

[ci] use ubuntu 18.04

k %!s(int64=2) %!d(string=hai) anos
pai
achega
13b54dc928
Modificáronse 2 ficheiros con 6 adicións e 6 borrados
  1. 3 3
      .github/workflows/main.yml
  2. 3 3
      extra/github-actions/workflows/main.yml

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

@@ -241,7 +241,7 @@ jobs:
 
 
   linux-build:
-    runs-on: ubuntu-20.04
+    runs-on: ubuntu-18.04
     env:
       PLATFORM: linux64
       OPAMYES: 1
@@ -336,7 +336,7 @@ jobs:
 
   linux-test:
     needs: linux-build
-    runs-on: ubuntu-20.04
+    runs-on: ubuntu-18.04
     env:
       PLATFORM: linux64
       TEST: ${{matrix.target}}
@@ -908,7 +908,7 @@ jobs:
   deploy_apidoc:
     if: success() && github.repository_owner == 'HaxeFoundation' && github.event_name != 'pull_request'
     needs: [linux-test, linux-arm64, mac-test, windows-test, windows64-test]
-    runs-on: ubuntu-20.04
+    runs-on: ubuntu-18.04
     steps:
       - name: Install dependencies
         run: |

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

@@ -76,7 +76,7 @@ jobs:
       @import build-windows.yml
 
   linux-build:
-    runs-on: ubuntu-20.04
+    runs-on: ubuntu-18.04
     env:
       PLATFORM: linux64
       OPAMYES: 1
@@ -149,7 +149,7 @@ jobs:
 
   linux-test:
     needs: linux-build
-    runs-on: ubuntu-20.04
+    runs-on: ubuntu-18.04
     env:
       PLATFORM: linux64
       TEST: ${{matrix.target}}
@@ -433,7 +433,7 @@ jobs:
   deploy_apidoc:
     if: success() && github.repository_owner == 'HaxeFoundation' && github.event_name != 'pull_request'
     needs: [linux-test, linux-arm64, mac-test, windows-test, windows64-test]
-    runs-on: ubuntu-20.04
+    runs-on: ubuntu-18.04
     steps:
       - name: Install dependencies
         run: |