Skip to content

Commit

Permalink
Distinguish runner OS. (#4487)
Browse files Browse the repository at this point in the history
  • Loading branch information
fruffy-g authored Feb 29, 2024
1 parent ac6d9d5 commit f9c1f16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ jobs:
cache-name: homebrew-packages
with:
path: $(brew --prefix)
key: ${{ runner.os }}-${{ hashFiles('tools/install_mac_deps.sh') }}
key: ${{ runner.os }}-m1-${{ hashFiles('tools/install_mac_deps.sh') }}

- name: Install dependencies (MacOS)
run: |
Expand Down

0 comments on commit f9c1f16

Please sign in to comment.