Skip to content

Commit e55c7f2

Browse files
committed
ci: use darwin platform for check attribute
1 parent f9f06b9 commit e55c7f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
uses: cachix/install-nix-action@fd24c48048070c1be9acd18c9d369a83f0fe94d7 # ratchet:cachix/install-nix-action@v31
5656

5757
- name: Check
58-
run: nix build --fallback --print-build-logs '.#checks.x86_64-linux.${{ matrix.check }}'
58+
run: nix build --fallback --print-build-logs '.#checks.aarch64-darwin.${{ matrix.check }}'
5959

6060
- name: Upload Clippy results
6161
if: ${{ matrix.check == 'clippy' }}

0 commit comments

Comments
 (0)