Skip to content

Commit bb199a0

Browse files
committed
fix(ci): skip cache jobs on buggy macOS runners
1 parent 0669750 commit bb199a0

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/CI.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,7 @@ jobs:
171171
run: cargo install cross
172172

173173
- name: Set up cargo cache
174+
if: runner.os != 'macOS'
174175
uses: actions/cache@v4
175176
with:
176177
path: |
@@ -188,6 +189,7 @@ jobs:
188189
python-version: "3.14t"
189190

190191
- name: Cache python dependencies
192+
if: runner.os != 'macOS'
191193
uses: actions/cache@v4
192194
with:
193195
path: |
@@ -317,6 +319,7 @@ jobs:
317319
merge-multiple: true
318320

319321
- name: Cache python dependencies
322+
if: runner.os != 'macOS'
320323
uses: actions/cache@v4
321324
with:
322325
path: |

0 commit comments

Comments
 (0)