Skip to content

Commit

Permalink
homebrew dropped macOS 11
Browse files Browse the repository at this point in the history
  • Loading branch information
CamJN committed Jan 23, 2024
1 parent 6479fef commit 96feb04
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,11 @@ jobs:
strategy:
matrix:
os:
- macos-14
- macos-13
- macos-12
- macos-11
#- macos-11
#- macos-10.15
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -92,9 +94,11 @@ jobs:
strategy:
matrix:
os:
- macos-14
- macos-13
- macos-12
- macos-11
#- macos-11
#- macos-10.15
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 96feb04

Please sign in to comment.