CI: use Ubuntu 20.04 (for std::filesystem)

This commit is contained in:
Eric Wasylishen 2021-10-05 18:21:44 -06:00
parent dc66c4d239
commit 899f127806
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ jobs:
# Don't cancel the macOS build if the Linux build fails, etc.
fail-fast: false
matrix:
os: [ubuntu-18.04, macos-10.15]
os: [ubuntu-20.04, macos-10.15]
steps:
- uses: actions/checkout@v2