From ec1a8b444c305a054c47a57c3f7835b3736aea2e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kh=E1=BA=A3i?= Date: Sat, 7 May 2022 09:59:56 +0700 Subject: [PATCH] Change `runs-on` back to `ubuntu-latest` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 15eee5a..2dab47d 100644 --- a/README.md +++ b/README.md @@ -99,7 +99,7 @@ on: jobs: cache-and-install: - runs-on: ubuntu-20.04 + runs-on: ubuntu-latest steps: - name: Checkout