소스 검색

try the same ubuntu as on azure

Dan Korostelev 5 년 전
부모
커밋
d77d172623
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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}}