Skip to content

Commit

Permalink
Merge pull request #52 from gerlero/actions
Browse files Browse the repository at this point in the history
Drop macOS 12 from workflows
  • Loading branch information
gerlero authored Dec 6, 2024
2 parents e89b1b0 + 341e9c1 commit daa7393
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 20 deletions.
19 changes: 0 additions & 19 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ jobs:
- macos-15
- macos-14
- macos-13
- macos-12
exclude:
- os: ubuntu-24.04
openfoam-version: 2306
Expand Down Expand Up @@ -120,24 +119,6 @@ jobs:
openfoam-version: 8
- os: macos-13
openfoam-version: 7
- os: macos-12
openfoam-version: 2106
- os: macos-12
openfoam-version: 2012
- os: macos-12
openfoam-version: 2006
- os: macos-12
openfoam-version: 12
- os: macos-12
openfoam-version: 11
- os: macos-12
openfoam-version: 10
- os: macos-12
openfoam-version: 9
- os: macos-12
openfoam-version: 8
- os: macos-12
openfoam-version: 7
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Whether to cache the OpenFOAM installation between runs. Default: `true`.

- **`ubuntu-20.04`**: 2406, 2312, 2306, 2212, 2206, 2112, 2106, 2012, 2006 (openfoam.com), 12, 11, 10, 9, 8, 7 (openfoam.org)

- **`macos-15`**, **`macos-14`**, **`macos-13`**, **`macos-12`**: 2406, 2312, 2306, 2212, 2206, 2112 (via [OpenFOAM.app](https://github.com/gerlero/openfoam-app))
- **`macos-15`**, **`macos-14`**, **`macos-13`**: 2406, 2312, 2306, 2212, 2206, 2112 (via [OpenFOAM.app](https://github.com/gerlero/openfoam-app))

- [Docker `container`](https://docs.github.com/en/actions/writing-workflows/choosing-where-your-workflow-runs/running-jobs-in-a-container) based on:

Expand Down

0 comments on commit daa7393

Please sign in to comment.