From 899f127806ca3eae6b7ae562eb3422eb2527d8d6 Mon Sep 17 00:00:00 2001 From: Eric Wasylishen Date: Tue, 5 Oct 2021 18:21:44 -0600 Subject: [PATCH] CI: use Ubuntu 20.04 (for std::filesystem) --- .github/workflows/cmake.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 6665cdea..57e99443 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -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