Skip to content

Commit 15d3444

Browse files
committed
ci: Remove unnecessary macos format check from ci.yml
1 parent 765bac9 commit 15d3444

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,7 @@ jobs:
2929

3030
nix-fmt-check:
3131
name: Nix Format Check
32-
runs-on: ${{ matrix.os }}
33-
strategy:
34-
matrix:
35-
os: [ubuntu-latest, macos-latest]
32+
runs-on: ubuntu-latest
3633

3734
steps:
3835
- uses: actions/checkout@v6

0 commit comments

Comments
 (0)