Skip to content

Commit 40d0ca4

Browse files
Qualify macos cache key
1 parent 358501d commit 40d0ca4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ jobs:
125125
uses: actions/cache@v4
126126
with:
127127
path: _build/.cache
128-
key: macos-15
128+
key: macos-15 / ${{matrix.compiler_spec}} / ${{martix.target_arch}}
129129
- name: Prepare uv Environment
130130
run: uv run --group=build true
131131
- name: Build & Test

0 commit comments

Comments
 (0)