Parcourir la source

Try running CI with Ubuntu-22.04

Yegappan Lakshmanan il y a 3 ans
Parent
commit
62baa38634
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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