Explorar el Código

try the same ubuntu as on azure

Dan Korostelev hace 5 años
padre
commit
d77d172623
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      .github/workflows/main.yml

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

@@ -5,7 +5,7 @@ on: [push, pull_request]
 jobs:
 
   linux-build:
-    runs-on: ubuntu-latest
+    runs-on: ubuntu-16.04
     env:
       PLATFORM: linux64
       OPAMYES: 1
@@ -51,7 +51,7 @@ jobs:
 
   linux-test:
     needs: linux-build
-    runs-on: ubuntu-latest
+    runs-on: ubuntu-16.04
     env:
       PLATFORM: linux64
       TEST: ${{matrix.target}}