Skip to content

Commit

Permalink
Run the check-mode CI job only on Ubuntu
Browse files Browse the repository at this point in the history
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`.)
  • Loading branch information
EliahKagan committed Nov 29, 2024
1 parent 3f5d31b commit 2305099
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -360,11 +360,7 @@ jobs:
run: cd gix-pack && cargo build --all-features --target "$TARGET"

check-mode:
strategy:
matrix:
os: [ ubuntu-latest, macos-latest, windows-latest ]

runs-on: ${{ matrix.os }}
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 2305099

Please sign in to comment.