Ver Fonte

Try running CI with Ubuntu-22.04

Yegappan Lakshmanan há 3 anos atrás
pai
commit
62baa38634
1 ficheiros alterados com 1 adições e 1 exclusões
  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-18.04
+    runs-on: ubuntu-22.04
     steps:
       - name: Checkout Code
         uses: actions/checkout@v2