Skip to content

Commit

Permalink
Merge pull request #310 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 f704857 + 793a67b commit 39a28fc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,9 +109,8 @@ jobs:
needs: build
strategy:
matrix:
os: [macos-12, macos-13, macos-14, macos-15]
os: [macos-13, macos-14, macos-15]
exclude:
- os: ${{ inputs.build-os == 'macos-14' && 'macos-12' || ''}}
- os: ${{ inputs.build-os == 'macos-14' && 'macos-13' || ''}}
- os: ${{ inputs.build-os != 'macos-14' && 'macos-14' || ''}}
- os: ${{ inputs.build-os != 'macos-14' && 'macos-15' || ''}}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
ci:
strategy:
matrix:
build-os: [macos-14, macos-12]
build-os: [macos-14, macos-13]
openfoam-version: [2406, 2312]
fail-fast: false
uses: ./.github/workflows/build-test.yml
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/openfoam-dev-branches.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
openfoam-dev-branch:
strategy:
matrix:
build-os: [macos-14, macos-12]
build-os: [macos-14, macos-13]
openfoam-git-branch: [master, develop]
fail-fast: false
uses: ./.github/workflows/build-test.yml
Expand Down

0 comments on commit 39a28fc

Please sign in to comment.