Skip to content

Commit

Permalink
Merge pull request #311 from gerlero/openfoam2412
Browse files Browse the repository at this point in the history
Support OpenFOAM v2412
  • Loading branch information
gerlero authored Dec 27, 2024
2 parents 06302e1 + 98b220f commit a32ee5b
Show file tree
Hide file tree
Showing 3 changed files with 3 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 @@ -25,7 +25,7 @@ jobs:
strategy:
matrix:
build-os: [macos-14, macos-13]
openfoam-version: [2406, 2312]
openfoam-version: [2412, 2406]
fail-fast: false
uses: ./.github/workflows/build-test.yml
with:
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Build configuration
SHELL = /bin/bash
OPENFOAM_VERSION = 2406
OPENFOAM_VERSION = 2412
APP_NAME = OpenFOAM-v$(OPENFOAM_VERSION)

ifeq ($(OPENFOAM_VERSION),2112)
Expand Down
1 change: 1 addition & 0 deletions sources/OpenFOAM-v2412.tgz.sha256
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
c353930105c39b75dac7fa7cfbfc346390caa633a868130fd8c9816ef5f732cd sources/OpenFOAM-v2412.tgz

0 comments on commit a32ee5b

Please sign in to comment.