File tree Expand file tree Collapse file tree 2 files changed +25
-0
lines changed
Expand file tree Collapse file tree 2 files changed +25
-0
lines changed Original file line number Diff line number Diff line change 1+ # Verdict: The caching service handles this silently
2+ # The "late" job (Platform B in this case) will quietly print the following message in the post step for actions/cache:
3+ # > Failed to save: Unable to reserve cache with key test-key, another job may be creating this cache.
14name : Test actions/cache race handling
25on :
36 push :
Original file line number Diff line number Diff line change 1+ name : Mono check
2+ on :
3+ push :
4+ workflow_dispatch :
5+ jobs :
6+ run :
7+ strategy :
8+ fail-fast : false
9+ matrix :
10+ platform :
11+ - name : macOS 13 x64
12+ os : macos-13
13+ - name : macOS 14 aarch64
14+ os : maxos-14
15+ - name : macOS 15 aarch64
16+ os : macos-15
17+ name : Test ${{matrix.platform.name}}
18+ runs-on : ${{matrix.platform.os}}
19+ steps :
20+ - run : |
21+ mono &
22+ fuser /usr/libexec/rosetta/runtime
You can’t perform that action at this time.
0 commit comments