Skip to content

Commit a32ee5b

Browse files
authored
Merge pull request #311 from gerlero/openfoam2412
Support OpenFOAM v2412
2 parents 06302e1 + 98b220f commit a32ee5b

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
strategy:
2626
matrix:
2727
build-os: [macos-14, macos-13]
28-
openfoam-version: [2406, 2312]
28+
openfoam-version: [2412, 2406]
2929
fail-fast: false
3030
uses: ./.github/workflows/build-test.yml
3131
with:

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Build configuration
22
SHELL = /bin/bash
3-
OPENFOAM_VERSION = 2406
3+
OPENFOAM_VERSION = 2412
44
APP_NAME = OpenFOAM-v$(OPENFOAM_VERSION)
55

66
ifeq ($(OPENFOAM_VERSION),2112)

sources/OpenFOAM-v2412.tgz.sha256

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
c353930105c39b75dac7fa7cfbfc346390caa633a868130fd8c9816ef5f732cd sources/OpenFOAM-v2412.tgz

0 commit comments

Comments
 (0)