test: update ubuntu-18.04 to ubuntu-latest in GitHub workflows

This commit is contained in:
andyzhangx 2022-08-22 14:32:37 +00:00
parent a13ffed2f3
commit 6df0094b38

View File

@ -7,7 +7,7 @@ on:
jobs: jobs:
build: build:
name: Build name: Build
runs-on: ubuntu-18.04 runs-on: ubuntu-latest
steps: steps:
- name: Checkout code - name: Checkout code
uses: actions/checkout@v2 uses: actions/checkout@v2