Skip to content

Commit

Permalink
Don't duplicate distribution tests on linux-latest.
Browse files Browse the repository at this point in the history
  • Loading branch information
dweiss committed Feb 15, 2024
1 parent 324a84a commit 6ebb2a4
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/run-checks-mod-distribution.tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,9 @@ jobs:

strategy:
matrix:
# we want to run the distribution tests on all major OSs,
# but it's occasionally too slow (or hangs or the forked process is
# not started at all..., not sure the cause) on windows-latest.
os: [ubuntu-latest, macos-latest]
# ubuntu-latest is checked as part of run-checks-everything.yml
# windows-latest is slow and sometimes flaky.
os: [ macos-latest ]

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

Expand Down

0 comments on commit 6ebb2a4

Please sign in to comment.