Browse Source

try the same ubuntu as on azure

Dan Korostelev 5 years ago
parent
commit
d77d172623
1 changed files with 2 additions and 2 deletions
  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}}