Change runs-on back to ubuntu-latest

This commit is contained in:
Khải 2022-05-07 09:59:56 +07:00 committed by GitHub
parent 73e15250cb
commit ec1a8b444c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -99,7 +99,7 @@ on:
jobs:
cache-and-install:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
steps:
- name: Checkout