Skip to content

Commit

Permalink
update to use matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
mishankov authored Jan 3, 2024
1 parent e133099 commit 11a2738
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,20 +15,15 @@ jobs:
strategy:
matrix:
os: [ ubuntu-latest, macOS-latest, windows-latest ]
nim-version: [ "binary:2.0.0", "binary:2.0.2" ]
nim-version: [ "2.0.0", "2.0.2" ]

steps:
- name: Checkout repository
uses: actions/checkout@v3

# - name: Install nim
# uses: iffy/install-nim@v4
# with:
# version: binary:2.0.2

- uses: jiro4989/setup-nim-action@v1
with:
nim-version: '2.0.2' # default is 'stable'
nim-version: ${{ matrix.nim-version }}
repo-token: ${{ secrets.GITHUB_TOKEN }}

- name: Test
Expand Down

0 comments on commit 11a2738

Please sign in to comment.