From fe10fadf0b044e1ad54ad1eaaa9b068146f3d9a2 Mon Sep 17 00:00:00 2001 From: Aleksey Loginov Date: Thu, 3 Nov 2022 09:45:09 +0300 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dce9f49e8..af898f768 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -97,7 +97,7 @@ jobs: id: cache-catch2 with: path: ${{env.Catch2_DIR}} - key: catch2-${{env.CATCH2_VERSION}}-${{matrix.config.os}} + key: catch2-${{env.CATCH2_VERSION}}-ubuntu-latest - name: Run CMake uses: lukka/run-cmake@v10