Sfoglia il codice sorgente

Change the OS used for code coverage runs to Ubuntu 18.04

Yegappan Lakshmanan 4 anni fa
parent
commit
539b035811
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      .github/workflows/coverage.yml

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

@@ -3,7 +3,7 @@ on: [push, pull_request]
 jobs:
   linux:
     name: linux
-    runs-on: ubuntu-latest
+    runs-on: ubuntu-18.04
     steps:
       - name: Checkout Code
         uses: actions/checkout@v2