Skip to content

Commit

Permalink
run CI only on NEST 2, 3.0, 3.5, master
Browse files Browse the repository at this point in the history
  • Loading branch information
C.A.P. Linssen committed Aug 9, 2023
1 parent 6e1c66e commit 48414ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nestml-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
nest_branch: ["v2.20.2", "v3.0", "v3.1", "v3.2", "v3.3", "v3.4", "v3.5", "master"]
nest_branch: ["v2.20.2", "v3.0", "v3.5", "master"]
fail-fast: false
steps:
# Checkout the repository contents
Expand Down

0 comments on commit 48414ab

Please sign in to comment.