CI: use Ubuntu 20.04 (for std::filesystem)
This commit is contained in:
parent
dc66c4d239
commit
899f127806
|
|
@ -13,7 +13,7 @@ jobs:
|
||||||
# Don't cancel the macOS build if the Linux build fails, etc.
|
# Don't cancel the macOS build if the Linux build fails, etc.
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
os: [ubuntu-18.04, macos-10.15]
|
os: [ubuntu-20.04, macos-10.15]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue