Bump Linux runner OS to ubuntu 20.04

This commit is contained in:
Tatsuhiro Tsujikawa 2020-12-29 18:33:50 +09:00
parent 2e35cdea6c
commit 23fc6cc900
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-18.04, macos-10.15]
os: [ubuntu-20.04, macos-10.15]
compiler: [gcc, clang]
buildtool: [autotools, cmake]