chore: update ubuntu version for ci actions (#79)

This commit is contained in:
imbajin 2021-10-09 11:40:54 +08:00 committed by GitHub
parent 49e8599d8f
commit 53c6503cde
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ on:
jobs:
build:
runs-on: ubuntu-16.04
runs-on: ubuntu-20.04
steps:
- name: Install JDK 8
uses: actions/setup-java@v2