Skip to content

Commit

Permalink
Merge pull request #52 from SciNim/Clonkk-patch-1
Browse files Browse the repository at this point in the history
Update ci.yml
  • Loading branch information
Clonkk authored Oct 21, 2024
2 parents eb1b6dc + 98b7b6c commit fc0a04c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,16 @@ on:

jobs:
tests:
runs-on: ubuntu-latest
runs-on: ${{ matrix.os }}
strategy:
matrix:
nim:
- '2.0.x'
- 'stable'
- devel
os:
- ubuntu-latest
- macOS-latest

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

0 comments on commit fc0a04c

Please sign in to comment.