Skip to content

Commit

Permalink
set the cache to matrix.os to hopefully capture the mac-13 versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
mkolopanis committed Sep 24, 2024
1 parent 823bd9a commit e24e9f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/macosx_windows_ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e24e9f9

Please sign in to comment.