Skip to content

Commit 7f06e5a

Browse files
update workflow
1 parent e47117b commit 7f06e5a

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/openfoam.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: openfoam
22

33
on:
44
push:
5-
branches: [ of2206 ]
5+
branches: [ of2406 ]
66
pull_request:
7-
branches: [ of2206 ]
7+
branches: [ of2406 ]
88

99
jobs:
1010
build-and-test:
@@ -19,18 +19,18 @@ jobs:
1919
sudo apt-get install libglu1-mesa
2020
wget -q -O - https://dl.openfoam.com/add-debian-repo.sh | sudo bash
2121
sudo apt-get update
22-
sudo apt-get install openfoam2206-default
22+
sudo apt-get install openfoam2406-default
2323
- name: compile library
2424
run: |
2525
export WM_NCOMPPROCS=2
26-
openfoam2206 -c ./Allwmake
27-
openfoam2206 -c ./get-gmsh.sh
26+
openfoam2406 -c ./Allwmake
27+
openfoam2406 -c ./get-gmsh.sh
2828
- name: test
2929
run: |
3030
python -m pip install --upgrade pip
3131
pip install oftest scipy casefoam
32-
openfoam2206 -c "py.test --writeNSteps=1 run/"
33-
openfoam2206 -c "py.test -m 'not slow'"
32+
openfoam2406 -c "py.test --writeNSteps=1 run/"
33+
openfoam2406 -c "py.test -m 'not slow'"
3434
3535
- name: upload logs
3636
if: ${{ failure() }}

0 commit comments

Comments
 (0)