Skip to content

Commit

Permalink
Drop macOS 10.15 Catalina from CI
Browse files Browse the repository at this point in the history
  • Loading branch information
gerlero authored Dec 1, 2022
1 parent a8acd6a commit add0f5e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ env:
jobs:
deps:
runs-on: macos-10.15
runs-on: macos-11
concurrency:
group: deps-${{ inputs.app-name || inputs.openfoam-version }}-${{ github.run_id }}-${{ github.run_attempt }}
steps:
Expand Down Expand Up @@ -68,7 +68,7 @@ jobs:

build:
needs: deps
runs-on: macos-10.15
runs-on: macos-11
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down Expand Up @@ -104,7 +104,7 @@ jobs:

apps:
needs: build
runs-on: macos-10.15
runs-on: macos-11
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down Expand Up @@ -132,7 +132,7 @@ jobs:
needs: apps
strategy:
matrix:
os: [macos-10.15, macos-11, macos-12]
os: [macos-11, macos-12]
dependencies-kind: [standalone, homebrew]
fail-fast: false
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit add0f5e

Please sign in to comment.