Skip to content

Commit

Permalink
Merge pull request #196 from gerlero/actions
Browse files Browse the repository at this point in the history
Drop OpenFOAM v2112 and v2206 from workflows
  • Loading branch information
gerlero authored Oct 4, 2023
2 parents 862c6a7 + 6fc8c7a commit ee7d43d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
ci:
strategy:
matrix:
openfoam-version: [2306, 2212, 2206, 2112]
openfoam-version: [2306, 2212]
fail-fast: false
uses: ./.github/workflows/build-test.yml
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
needs: get-version
strategy:
matrix:
openfoam-version: [2306, 2212, 2206, 2112]
openfoam-version: [2306, 2212]
fail-fast: false
uses: ./.github/workflows/build-test.yml
with:
Expand Down

0 comments on commit ee7d43d

Please sign in to comment.