Skip to content

Commit

Permalink
update Nim versions in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jcosborn committed Nov 14, 2024
1 parent db850d4 commit b81fec0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@ name: test
on:
pull_request:
push:
branches:
- 'devel'
- 'master'
# branches:
# - 'devel'
# - 'master'

jobs:
build:
strategy:
matrix:
mpi-impl: [openmpi, mpich]
nim-branch: [version-1-6, version-2-0, devel]
nim-branch: [version-2-0, version-2-2, devel]
fuel-compat: [0, 1]
fail-fast: false
name: nim-${{ matrix.nim-branch }}-${{ matrix.mpi-impl }}-FUELCompat:${{ matrix.fuel-compat }}
Expand Down

0 comments on commit b81fec0

Please sign in to comment.