From e24e9f9a5ad7d50565a66d6e177f0d8aafe63abf Mon Sep 17 00:00:00 2001 From: Matthew Kolopanis Date: Tue, 24 Sep 2024 08:19:57 -0700 Subject: [PATCH] set the cache to matrix.os to hopefully capture the mac-13 versioning --- .github/workflows/macosx_windows_ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/macosx_windows_ci.yaml b/.github/workflows/macosx_windows_ci.yaml index 3fd137436..c68abe69e 100644 --- a/.github/workflows/macosx_windows_ci.yaml +++ b/.github/workflows/macosx_windows_ci.yaml @@ -138,7 +138,7 @@ jobs: uses: actions/cache@v4 with: path: ./cache - key: ${{ runner.os }}-benchmark + key: ${{ matrix.os }}-benchmark # Run `github-action-benchmark` action - name: Store benchmark result