Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-22.04]
openfoam-version: [9, 13, 2006, 2506]
openfoam-version: [9, 13, 2006, 2512]
python-version: ['3.9', '3.14']
include:
- os: macos-latest
Expand All @@ -54,10 +54,10 @@ jobs:
openfoam-version: 2112
python-version: '3.14'
- os: macos-latest
openfoam-version: 2506
openfoam-version: 2512
python-version: '3.9'
- os: macos-latest
openfoam-version: 2506
openfoam-version: 2512
python-version: '3.14'
fail-fast: false
steps:
Expand Down
Loading