Skip to content

Commit

Permalink
ci: reduce resources
Browse files Browse the repository at this point in the history
  • Loading branch information
HakonHarnes committed Dec 9, 2023
1 parent 4d9f993 commit 79f445c
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,12 @@ jobs:
tests:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
nvim_version: ["stable", "nightly"]
# minute mulitpliers - linux: 1, windows: 2, macos: 10
# os: [ubuntu-latest, windows-latest, macos-latest]
# nvim_version: ["stable", "nightly"]

os: [ubuntu-latest]
nvim_version: ["stable"]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 79f445c

Please sign in to comment.