CI: move to Ubuntu 20.04

This commit is contained in:
Jesse Chan
2020-12-03 23:24:50 +08:00
parent 516f48158f
commit 316cdecb19
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ on:
jobs:
build:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
strategy:
matrix:
+1 -1
View File
@@ -10,7 +10,7 @@ on:
jobs:
check:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
strategy:
fail-fast: false
+1 -1
View File
@@ -13,7 +13,7 @@ on:
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
strategy:
fail-fast: false
+1 -1
View File
@@ -10,7 +10,7 @@ on:
jobs:
test-frontend:
runs-on: ubuntu-16.04
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2