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

View File

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