Explorar o código

try the same ubuntu as on azure

Dan Korostelev %!s(int64=5) %!d(string=hai) anos
pai
achega
d77d172623
Modificáronse 1 ficheiros con 2 adicións e 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}}