Skip to content

Commit 2305099

Browse files
committed
Run the check-mode CI job only on Ubuntu
And not on macOS on Windows. (If it is to be kept as a separate job, then possibly caching should be enabled for it. But I suspect it can be moved into another existing job, most likely the `test` job, which already runs a number of distinct checks via `just`.)
1 parent 3f5d31b commit 2305099

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/ci.yml

+1-5
Original file line numberDiff line numberDiff line change
@@ -360,11 +360,7 @@ jobs:
360360
run: cd gix-pack && cargo build --all-features --target "$TARGET"
361361

362362
check-mode:
363-
strategy:
364-
matrix:
365-
os: [ ubuntu-latest, macos-latest, windows-latest ]
366-
367-
runs-on: ${{ matrix.os }}
363+
runs-on: ubuntu-latest
368364

369365
steps:
370366
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)