Skip to content

Commit

Permalink
bumps setup-nim-action (nim-lang#1280)
Browse files Browse the repository at this point in the history
* bumps `setup-nim-action`

* moves to stable (devel is not supported by `setup-nim-action@v2`)
  • Loading branch information
jmgomez committed Oct 28, 2024
1 parent 26f9c86 commit 91c6c16
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@ jobs:
- macos-latest
- ubuntu-latest
nimversion:
- devel
# - stable
# - devel
- stable
name: ${{ matrix.os }} - ${{ matrix.nimversion }}
runs-on: ${{ matrix.os }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- uses: actions/checkout@v4
- uses: jiro4989/setup-nim-action@v1
- uses: jiro4989/setup-nim-action@v2
with:
nim-version: ${{ matrix.nimversion }}
- run: nim --version
Expand Down

0 comments on commit 91c6c16

Please sign in to comment.