From 8ca75b7a891feba48b12a1ba863750da7e8cfebc Mon Sep 17 00:00:00 2001 From: "K.B.Dharun Krishna" Date: Thu, 6 Apr 2023 09:57:46 +0530 Subject: [PATCH] ci.yml: test with ubuntu-latest --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 785d734..fd446ac 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,7 +4,7 @@ on: ['push', 'pull_request'] jobs: ci: - runs-on: ubuntu-18.04 + runs-on: ubuntu-latest strategy: fail-fast: true