fix(nix): resolve hash race condition in parallel matrix jobs (#8995)

This commit is contained in:
Jérôme Benoit 2026-01-17 03:26:08 +01:00 committed by GitHub
parent 759ce8fb8e
commit 06c543e938
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 173 additions and 152 deletions

View file

@ -9,6 +9,7 @@ on:
- "nix/**"
- "packages/app/**"
- "packages/desktop/**"
- ".github/workflows/nix-desktop.yml"
pull_request:
paths:
- "flake.nix"
@ -16,6 +17,7 @@ on:
- "nix/**"
- "packages/app/**"
- "packages/desktop/**"
- ".github/workflows/nix-desktop.yml"
workflow_dispatch:
jobs:
@ -26,7 +28,7 @@ jobs:
os:
- blacksmith-4vcpu-ubuntu-2404
- blacksmith-4vcpu-ubuntu-2404-arm
- macos-15
- macos-15-intel
- macos-latest
runs-on: ${{ matrix.os }}
timeout-minutes: 60