From b706b114b3ca811b94638cd9e57bf935aecf7ebe Mon Sep 17 00:00:00 2001 From: Alexander Shaduri Date: Fri, 4 Feb 2022 14:33:41 +0400 Subject: [PATCH] Use ubuntu-latest in github action. --- .github/workflows/cmake-tier1.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cmake-tier1.yml b/.github/workflows/cmake-tier1.yml index 2931b66..817616c 100644 --- a/.github/workflows/cmake-tier1.yml +++ b/.github/workflows/cmake-tier1.yml @@ -20,7 +20,7 @@ env: jobs: linux-ubuntu: - runs-on: ubuntu-20.04 + runs-on: ubuntu-latest steps: - uses: actions/checkout@v2