Przeglądaj źródła

bumped ci ubuntu

Eugene Pankov 4 lat temu
rodzic
commit
da081ba706
2 zmienionych plików z 2 dodań i 2 usunięć
  1. 1 1
      .github/workflows/build.yml
  2. 1 1
      .github/workflows/docs.yml

+ 1 - 1
.github/workflows/build.yml

@@ -129,7 +129,7 @@ jobs:
         path: artifact-zip
 
   Linux-Build:
-    runs-on: ubuntu-18.04
+    runs-on: ubuntu-latest
     needs: Lint
 
     steps:

+ 1 - 1
.github/workflows/docs.yml

@@ -2,7 +2,7 @@ name: Docs
 on: push
 jobs:
   build:
-    runs-on: ubuntu-18.04
+    runs-on: ubuntu-latest
     if: ${{ github.actor != 'dependabot[bot]' }}
 
     steps: