Skip to content

Commit

Permalink
Build OpenFOAM v2312
Browse files Browse the repository at this point in the history
  • Loading branch information
gerlero committed Dec 22, 2023
1 parent b5848cb commit 6d6be45
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]
openfoam-version: [2312, 2306]
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]
openfoam-version: [2312, 2306]
fail-fast: false
uses: ./.github/workflows/build-test.yml
with:
Expand Down

0 comments on commit 6d6be45

Please sign in to comment.