This is an automated email from the ASF dual-hosted git repository.

pnoltes pushed a commit to branch feature/coverage_on_github_workflow
in repository https://gitbox.apache.org/repos/asf/celix.git


The following commit(s) were added to 
refs/heads/feature/coverage_on_github_workflow by this push:
     new dfff6fc  Updates github workflows
dfff6fc is described below

commit dfff6fcc2a33435e4ffcaf90ed765cab5f830794
Author: Pepijn Noltes <[email protected]>
AuthorDate: Fri Apr 17 13:21:36 2020 +0200

    Updates github workflows
---
 .github/workflows/coverage.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml
index 4b90ccb..c234f30 100644
--- a/.github/workflows/coverage.yml
+++ b/.github/workflows/coverage.yml
@@ -4,7 +4,7 @@ on: [push, pull_request]
 
 jobs:
   build:
-  runs-on: ubuntu-18.04
+  runs-on: ubuntu-latest
   steps:
     - name: Checkout source code
       uses: actions/checkout@master

Reply via email to